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)

french-locale.diff (3.2 KB ) - added by cbay 16 years ago.
French translation fixes

Download all attachments as: .zip

Change History (6)

by cbay, 16 years ago

Attachment: french-locale.diff added

French translation fixes

comment:1 by Simon Greenhill, 16 years ago

Keywords: fr added
Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Triage Stage: Ready for checkinAccepted

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 anonymous, 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 cbay, 16 years ago

Triage Stage: AcceptedReady 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 Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [8094]) Fixed #7809 -- A few small updates to the French translation. Thanks, cbay.

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