Re: Django Translation: Why is there no pgettext_noop or npgettext_noop?

2013-07-10 Thread Bob Barcklay
UTC-7, Ramiro Morales wrote: > > On Tue, Jul 9, 2013 at 7:02 PM, Bob Barcklay > > wrote: > > I want to use contextual markers and plural forms in strings with > deferred > > translation. I'm curious why _noop versions of pggettext and npgettext > > don

Django Translation: Why is there no pgettext_noop or npgettext_noop?

2013-07-09 Thread Bob Barcklay
I want to use contextual markers and plural forms in strings with deferred translation. I'm curious why _noop versions of pggettext and npgettext don't appear anywhere. My plan is to modify the xgettext invocation found in django/core/management/commands/makemessages.py to include new --keywo