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 bn_IN # Bengali (India)
de de # German
es es # Spanish (Castilian)
fr fr # French
id id # Indonesian
he he # Hebrew
it it # Italian (Italy)
ja ja # Japanese
kn kn # Kannada
ko ko # Korean
pl pl # Polish
pt pt # Portuguese
pt_BR pt_BR # Portuguese (Brazilian)
ru ru # Russian
uk uk # Ukrainian
zh_CN zh_CN # Chinese (China)
zh_TW zh_TW # Chinese (Taiwan)

View File

@ -143,7 +143,7 @@ msg-stats:
END {untranslated = po_untranslated+undefined; \ END {untranslated = po_untranslated+undefined; \
translated = pot_count - untranslated; \ translated = pot_count - untranslated; \
ratio = sprintf("%d/%d", translated, pot_count); \ 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;}'; \ po_name ":", ratio, translated/pot_count*100.0, po_untranslated, undefined, untranslated;}'; \
done done

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff