mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
99e7b0c355
commit
7d77afd0f8
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
3842
install/po/es.po
3842
install/po/es.po
File diff suppressed because it is too large
Load Diff
3983
install/po/uk.po
3983
install/po/uk.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user