#15726 closed (fixed)
es_MX Translation Filename Missing Dot
| Reported by: | Steve Milner | Owned by: | nobody |
|---|---|---|---|
| Component: | Translations | Version: | 1.3 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
changeset:15433 adds conf/locale/es_MX/__init__py when I believe it should actually be conf/locale/es_MX/__init__.py.
The Fedora RPM spec is utilizing the following as the current workaround during build:
mv django/conf/locale/es_MX/__init__py django/conf/locale/es_MX/__init__.py
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=690103
Change History (3)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [15963]: