#30439: ngettext broken for certain locales due to catalog merging
-------------------------------------+-------------------------------------
     Reporter:  Michal Čihař         |                    Owner:  Claude
                                     |  Paroz
         Type:  Bug                  |                   Status:  assigned
    Component:                       |                  Version:  2.2
  Internationalization               |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Helder Correia):

 Strings from django.contrib.postgres are not being translated. Is this the
 same issue?

 {{{
 #!python
 >>> from django.utils.translation import activate, gettext as _
 >>> activate('pt')
 >>> _('The start of the range must not exceed the end of the range.')  #
 django/contrib/postgres/forms/ranges.py:20
 'The start of the range must not exceed the end of the range.'
 >>> _('This field cannot be null.')  #
 django/db/models/fields/__init__.py:105
 'Este campo não pode ser nulo.'
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30439#comment:9>
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 django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.fca305da9bd7939823ed66a13ba4a234%40djangoproject.com.

Reply via email to