Hello again,

A bit later than announced initially, we're now close to finalize Trac 0.12.1, and even if there are a handful of glitches remaining to fix, we won't change the messages anymore after today (r10143).

The last extraction brought only a few changes (+5 messages).
Tip of the day: you can easily spot what needs to be fixed for your language, by doing after the `svn update`:

$ make update-fr # for the French translation, substitute with your language
python setup.py update_catalog -l fr update_catalog_js -l fr
running update_catalog
updating catalog 'trac/locale\\fr\\LC_MESSAGES\\messages.po' based on 'trac/locale/messages.pot'
running update_catalog_js
updating catalog 'trac/locale\\fr\\LC_MESSAGES\\messages-js.po' based on 'trac/locale/messages-js.pot'

$ make diff
--- trac/locale/fr/LC_MESSAGES/messages.po      (revision 10142)
+++ trac/locale/fr/LC_MESSAGES/messages.po      (working copy)
-"PO-Revision-Date: 2010-09-12 09:59+0200\n"
+"PO-Revision-Date: 2010-09-27 10:42+0200\n"
+msgid "non-inheritable"
+msgstr ""
+
+msgid "merged on the directory itself but not below"
+msgstr ""
+
+#, fuzzy, python-format
+msgid "%(title)s: %(revs)s"
+msgstr "%(title)s : %(message)s"
+
+msgid "marked as non-inheritable: "
+msgstr ""
+
+msgid "unmarked as non-inheritable: "
+msgstr ""
+

i.e. the `make diff` filters out "noisy" line changes only diffs.


Ok, so let's say we have roughly a week of string freeze, then next week end I'll build the 0.12.1rc1 packages that we can test for a week before the release which should then take place around the 8th of October. But if you wish so, don't hesitate to start testing *now* ;-)

-- Christian

--
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to