#13388 closed (fixed)
English .po not compiled into "django/conf/locale/en/LC_MESSAGES" directory.
Description ¶
The english version of .mo files are empty into "django/conf/locale/en/LC_MESSAGES" directory. They must be compiled.
I found it by changing the LANGUAGE_CODE to 'fr' in my project settings.
Then, in the admin, I set the language to 'en'.
The method javascript_catalog in 'django/views/i18n.py' loads the catalog for the 'en' language since it's not the default.
Change History (5)
comment:1 by , 15 years ago
milestone: | → 1.2 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
This seems like what we tried to fix in r12384 (#3594).