Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#10013 closed (fixed)

Updated French translation

Reported by: Stephane Raimbault Owned by: Stephane Raimbault
Component: Translations Version: dev
Severity: Keywords:
Cc: Claude Paroz 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

Claude Paroz and me have fixed the current French translation (many changes) and our changes have been reviewed by David Larlet.

Attachments (5)

django.po (107.7 KB ) - added by Stephane Raimbault 15 years ago.
djangojs.po (3.1 KB ) - added by Stephane Raimbault 15 years ago.
I've removed authors from the file and restored previous header with Mikaël Barbero
django-AUTHORS.patch (387 bytes ) - added by Stephane Raimbault 15 years ago.
django-fr-po.diff (70.8 KB ) - added by Stephane Raimbault 15 years ago.
Patch AUTHORS, French translation of django.po and djangojs.po
django-1.0.X-fr.patch (70.8 KB ) - added by Stephane Raimbault 15 years ago.
AUTHORS (ordered), French translation of django.po and djangojs.po for the 1.0.X branch

Download all attachments as: .zip

Change History (18)

comment:1 by David Larlet, 15 years ago

Triage Stage: UnreviewedReady for checkin

I confirm, really good work from Stéphane and Claude!

comment:2 by Claude Paroz, 15 years ago

Cc: Claude Paroz added

comment:3 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:4 by Malcolm Tredinnick, 15 years ago

Patch needs improvement: set
Triage Stage: Ready for checkinAccepted

This patch introduces errors into the PO file. It is always necessary to check the format of your changes by running

django-admin.py compilemessages -l fr

from the django/ directory. If you do that, you'll notice a bunch of problems are reported. In particular, you cannot have both msgstr[0] and msgstr lines for a single msgid.

Also, we do not put individual contributors' names into any file in Django (except for the last-translator name). So the names you have put into the comments at the top of the file should actually be patches against the AUTHORS file. David's name is already in AUTHORS. In the revised patch, please put the other two names into AUTHORS.

Finally, as proposed in the first comment to #10133, please include the fix mentioned there, so that there's only a single patch to apply when the time comes. It's always a little fragile applying two patches to the same locale files.

comment:5 by Stephane Raimbault, 15 years ago

Owner: changed from nobody to Stephane Raimbault

by Stephane Raimbault, 15 years ago

Attachment: django.po added

by Stephane Raimbault, 15 years ago

Attachment: djangojs.po added

I've removed authors from the file and restored previous header with Mikaël Barbero

by Stephane Raimbault, 15 years ago

Attachment: django-AUTHORS.patch added

by Stephane Raimbault, 15 years ago

Attachment: django-fr-po.diff added

Patch AUTHORS, French translation of django.po and djangojs.po

comment:6 by Stephane Raimbault, 15 years ago

milestone: 1.1 beta
Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

Ready now!

comment:7 by Stephane Raimbault, 15 years ago

  • Fixed plural forms
  • Add the Plural-forms description in the PO header
  • Merged with #10133
  • Updated translation (after makemessages)
  • Moved author names in AUTHORS

comment:8 by David Larlet, 15 years ago

Great work! Just a note on AUTHORS, they used to be ordered by last name :)

comment:9 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [9941]) Fixed #10013 -- Updated French translation.

Thanks, Claude Paroz and Stéphane Raimbault

comment:10 by Malcolm Tredinnick, 15 years ago

The patch doesn't apply cleanly (or even after a little hitting with hammers) to the 1.0.X branch. I've said in the past that I won't backport anything that doesn't apply cleanly there. So if you guys also want to update the 1.0.X version, you'll need to create a separate patch.

You'll also see that I've fixed the AUTHORS portion of this patch when I applied it (as David noted -- names are ordered by surname).

by Stephane Raimbault, 15 years ago

Attachment: django-1.0.X-fr.patch added

AUTHORS (ordered), French translation of django.po and djangojs.po for the 1.0.X branch

comment:11 by Stephane Raimbault, 15 years ago

milestone: 1.1 beta1.0.3
Resolution: fixed
Status: closedreopened

I don't intend to patch the 1.0.X branch, but why not!
So I've added an clean patch for that branch (/branches/releases/1.0.X) and changed the ticket milestone accordingly.

comment:12 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: reopenedclosed

(In [9957]) [1.0.X] Fixed #10013 -- Updated French translation for 1.0 branch.

Thanks, Stéphane Raimbault and Claude Paroz.

comment:13 by Jacob, 12 years ago

milestone: 1.0.3

Milestone 1.0.3 deleted

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