Opened 11 years ago

Closed 11 years ago

#21050 closed Bug (invalid)

Burmese language not working

Reported by: adnan.suvalic@… Owned by: nobody
Component: Translations Version: 1.5
Severity: Normal Keywords: Burmese, language, supported languages
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

It appears that the Burmese language is not working. I found it listed as a supported language but when I try to use it by placing it in my sites settings.py ('my', gettext_noop('Burmese')) I get the "Unknown language code 'my'" error. When I dig into the Django egg it appears that it's missing from the global settings file there. The error is caused up on calling {% get_language_info_list for LANGUAGES as languages %} in one of my apps templates.

Change History (1)

comment:1 by Claude Paroz, 11 years ago

Resolution: invalid
Status: newclosed

Burmese has been added in Django 1.6 (0a22f7aad210f1a79dd63ffec15d80e343791d07). It is not available in 1.5.

Note: See TracTickets for help on using tickets.
Back to Top