#19667: blocktrans plural to fail on untranslated languages
--------------------------------------+------------------------------------
     Reporter:  rgaudin@…             |                    Owner:  nobody
         Type:  Bug                   |                   Status:  new
    Component:  Internationalization  |                  Version:  1.3
     Severity:  Normal                |               Resolution:
     Keywords:  i18n locale           |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by anonymous):

 OK, I tested with 1.4.3 and it's the same.

 LANGUAGE_CODE = 'ar'
 LANGUAGES = [('ar', u'Arabic'), ('az', u'Azerbaijani'), ('bg',
 u'Bulgarian'), ('bn', u'Bengali'), ('bs', u'Bosnian'), ('ca', u'Catalan'),
 ('cs', u'Czech'), ('cy', u'Welsh'), ('da', u'Danish'), ('de', u'German'),
 ('el', u'Greek'), ('en', u'English'), ('en-gb', u'British English'),
 ('eo', u'Esperanto'), ('es', u'Spanish'), ('es-ar', u'Argentinian
 Spanish'), ('es-mx', u'Mexican Spanish'), ('es-ni', u'Nicaraguan
 Spanish'), ('et', u'Estonian'), ('eu', u'Basque'), ('fa', u'Persian'),
 ('fi', u'Finnish'), ('fr', u'French'), ('fy-nl', u'Frisian'), ('ga',
 u'Irish'), ('gl', u'Galician'), ('he', u'Hebrew'), ('hi', u'Hindi'),
 ('hr', u'Croatian'), ('hu', u'Hungarian'), ('id', u'Indonesian'), ('is',
 u'Icelandic'), ('it', u'Italian'), ('ja', u'Japanese'), ('ka',
 u'Georgian'), ('kk', u'Kazakh'), ('km', u'Khmer'), ('kn', u'Kannada'),
 ('ko', u'Korean'), ('lt', u'Lithuanian'), ('lv', u'Latvian'), ('mk',
 u'Macedonian'), ('ml', u'Malayalam'), ('mn', u'Mongolian'), ('nb',
 u'Norwegian Bokmal'), ('ne', u'Nepali'), ('nl', u'Dutch'), ('nn',
 u'Norwegian Nynorsk'), ('pa', u'Punjabi'), ('pl', u'Polish'), ('pt',
 u'Portuguese'), ('pt-br', u'Brazilian Portuguese'), ('ro', u'Romanian'),
 ('ru', u'Russian'), ('sk', u'Slovak'), ('sl', u'Slovenian'), ('sq',
 u'Albanian'), ('sr', u'Serbian'), ('sr-latn', u'Serbian Latin'), ('sv',
 u'Swedish'), ('sw', u'Swahili'), ('ta', u'Tamil'), ('te', u'Telugu'),
 ('th', u'Thai'), ('tr', u'Turkish'), ('tt', u'Tatar'), ('uk',
 u'Ukrainian'), ('ur', u'Urdu'), ('vi', u'Vietnamese'), ('zh-cn',
 u'Simplified Chinese'), ('zh-tw', u'Traditional Chinese')]

 LANGUAGES here displayed in English for readiness, it's actually in
 Arabic.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19667#comment:2>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to