Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13388 closed (fixed)

English .po not compiled into "django/conf/locale/en/LC_MESSAGES" directory.

Reported by: pavl Owned by: Jannis Leidel
Component: Translations Version: 1.1
Severity: Keywords: gettext
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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 Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

comment:2 by Jannis Leidel, 14 years ago

Owner: changed from nobody to Jannis Leidel
Status: newassigned

This seems like what we tried to fix in r12384 (#3594).

comment:3 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [13069]) Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.

comment:4 by Jannis Leidel, 14 years ago

(In [13070]) [1.1.X] Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.

Backport of r13069 from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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