[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Hasty 1.1.x releases

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2005-04-02 03:35:04 CEST

Suddenly 1.1.4 is among us, and that's nice. But it would be really nice
with a 24-hour delay between the last merge and the actual release
tagging so the translators get a change to catch up. As it stands now,
this is the status of the languages that isn't completely up to date:

de.po 873 translated messages, 2 fuzzy translations, 1 untranslated message.
es.po 849 translated messages, 13 fuzzy translations, 14 untranslated messages.
pl.po 873 translated messages, 2 fuzzy translations, 1 untranslated message.
sv.po 873 translated messages, 2 fuzzy translations, 1 untranslated message.
zh_CN.po 869 translated messages, 2 fuzzy translations, 5 untranslated messages.
zh_TW.po 874 translated messages, 1 fuzzy translation, 1 untranslated message.

Not especially bad, but have a look at what a po-merge.py would have
resulted in:

$ for f in *.po; do echo -n "$f: "; svn cat http://svn.collab.net/repos/svn/trunk/subversion/po/$f | po-merge.py $f; done
de.po: 70 strings updated. 0 of 877 strings are still untranslated (0%).
es.po: 37 strings updated. 3 of 877 strings are still untranslated (0%).
ja.po: 38 strings updated. 0 of 877 strings are still untranslated (0%).
nb.po: 1 strings updated. 0 of 877 strings are still untranslated (0%).
pl.po: 3 strings updated. 0 of 877 strings are still untranslated (0%).
pt_BR.po: 0 strings updated. 0 of 877 strings are still untranslated (0%).
sv.po: 15 strings updated. 1 of 877 strings are still untranslated (0%).
zh_CN.po: 32 strings updated. 1 of 877 strings are still untranslated (0%).
zh_TW.po: 9 strings updated. 0 of 877 strings are still untranslated (0%).
$

This is of course also misleading, as some messages are wrapped by
msgfmt(1), but there are without no doubt lots of message improvements
that should have been merged to 1.1.x before it is released.

Regards,
sunny256

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 2 03:36:16 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.