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:
committed by
Martin Kosek
parent
99e7b0c355
commit
7d77afd0f8
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user