#34630: Neither `pgettext` nor `pgettext_lazy` return contextual markers in PO
files
------------------------------------------------+------------------------
               Reporter:  paduszykam            |          Owner:  nobody
                   Type:  Bug                   |         Status:  new
              Component:  Internationalization  |        Version:  4.2
               Severity:  Normal                |       Keywords:  tr
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 I have noticed the problem when moving from `4.1.9` to `4.2.1`.

 Contextual marker is returned as the message ID, whereas the actual
 message is ignored. For example:

 {{{#!python
   pgettext_lazy("month name", "May")
 }}}

 gives the following in the respective PO file:

 {{{
 msgid "month name"
 msgstr ""
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34630>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070188831bb282-f0c70e2c-c5bf-4569-a5e5-e73db1322f09-000000%40eu-central-1.amazonses.com.

Reply via email to