Patches item #3307639, was opened at 2011-05-25 17:17 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3307639...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pd-extended Group: None
Status: Closed
Resolution: Accepted Priority: 5 Private: No Submitted By: Alexandre Castonguay (alxe) Assigned to: Hans-Christoph Steiner (eighthave) Summary: updated FR localization
Initial Comment: Mise à jour de la localisation française
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2011-07-11 21:20
Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2011-06-27 20:44
Message: Ok, I added this to Pd-extended. Be very careful to not copy things that are not being translated. I.e. if "DSP" is going to remain "DSP", then it should look like this:
msgid "DSP" msgstr ""
NOT like this:
msgid "DSP" msgstr "DSP"
There are a number of reasons to do this. This is the way the PO system expects, msgstr "" means use the original text. Also, having the "DSP", etc. duplicated caused a weird bug where the Log menu on the Pd Window was not showing up which took me about an hour to figure out :(. And lastly, it will help your translation, since tools like POedit will show you which lines have not been translated.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3307639...