Opened 16 years ago
Closed 16 years ago
#7809 closed (fixed)
Fixes to French translation
Reported by: | cbay | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | french locale fr | |
Cc: | 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
Weekdays and months are lower-cased in French:
cbay@cbay:~$ LANG=fr_FR.UTF-8; date '+%a %A %b %B' ven vendredi jui juillet
Also fixes a wrong translation string (nonsense in this context).
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | french-locale.diff added |
---|
comment:1 by , 16 years ago
Keywords: | fr added |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 16 years ago
Triage Stage: | Ready for checkin → Accepted |
---|
I'm going to move this away from "ready to checkin" until at least one other French speaker has had a look at the impact here. The fact that this hasn't been raised before makes me think there might be something else going on here (it might just be an oversight, but it might be working around some other limitations in the way those strings are used).
I'll also ask for opinions on django-i18n.
comment:3 by , 16 years ago
Sure.
Actually, the patch fixes 2 different problems:
- it lower cases month and weekday names. It's just the way it's supposed to be in French (and, I suspect, in other latin languages: check #7461 for the same fixes in Spanish). That fact that it's just typography (and thus, quite minor) is probably the reason why it wasn't reported before (actually, that was bugging me for months, and I'm just reporting this because 1.0 is coming).
- an important string is changed (first in patch). That one is very serious as it's in the <title> for the first page in admin, and it's totally nonsense. That's quite incredible it wasn't reported until then. I'd love to hear from French fellows about this one.
comment:4 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
According to http://groups.google.com/group/Django-I18N/browse_thread/thread/654e69423fe0f8af, it looks like the patch is now ready for checkin.
comment:5 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
French translation fixes