Opened 17 years ago
Closed 17 years ago
#4966 closed (fixed)
Errors in french localization files
Reported by: | Owned by: | Malcolm Tredinnick | |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | fr i18n | |
Cc: | cedric@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In django/conf/locale/fr/LC_MESSAGES/django.po, there are three variants of August:
- "August", translated "Août"
- "aug", translated "aout"
- "Aug.", translated "Aôut"
(note the missing/misplaced circumflex accent).
The proper spelling is "Août"
Attachments (1)
Change History (5)
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 17 years ago
Attachment: | 4966.patch added |
---|
comment:2 by , 17 years ago
Has patch: | set |
---|
Added the patch; it doesn't display properly in Trac (does it have problems displaying utf8?), but seems ok when re-downloaded.
comment:3 by , 17 years ago
Keywords: | fr i18n added |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Yeah, that's just trac being difficult. Thank you :)
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Could you create a patch to django.po to fix this? Then I can just drop it into place.