transifex translation adjustment

Pull the new translations for Spanish (es) and Ukrainian (uk)

Update the LINGUAS file to add comment showing the friendly
name for the language abbreviation.

The make target msg-stats which produces a report about the state
of the translations no longer maintained it's column alignment
due to larger numbers so the formating was tweaked to maintain
column alignment.
This commit is contained in:
John Dennis 2011-08-11 19:56:05 -04:00 committed by Martin Kosek
parent 99e7b0c355
commit 7d77afd0f8
4 changed files with 5441 additions and 2420 deletions

View File

@ -1,17 +1,17 @@
bn_IN
de
es
fr
id
he
it
ja
kn
ko
pl
pt
pt_BR
ru
uk
zh_CN
zh_TW
bn_IN # Bengali (India)
de # German
es # Spanish (Castilian)
fr # French
id # Indonesian
he # Hebrew
it # Italian (Italy)
ja # Japanese
kn # Kannada
ko # Korean
pl # Polish
pt # Portuguese
pt_BR # Portuguese (Brazilian)
ru # Russian
uk # Ukrainian
zh_CN # Chinese (China)
zh_TW # Chinese (Taiwan)

View File

@ -143,7 +143,7 @@ msg-stats:
END {untranslated = po_untranslated+undefined; \
translated = pot_count - untranslated; \
ratio = sprintf("%d/%d", translated, pot_count); \
printf "%-7s %8s %5.1f%% %4d po untranslated, %4d missing, %4d untranslated\n", \
printf "%-7s %9s %5.1f%% %4d po untranslated, %4d missing, %4d untranslated\n", \
po_name ":", ratio, translated/pot_count*100.0, po_untranslated, undefined, untranslated;}'; \
done

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff