summaryrefslogtreecommitdiffstats
path: root/install/po/Makefile.in
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2011-08-11 19:56:05 -0400
committerMartin Kosek <mkosek@redhat.com>2011-08-12 09:38:11 +0200
commit7d77afd0f8b2d58f3efd5d02ff5978ffeb405edf (patch)
tree46945418b191fee26cf4fc30fdf4bdf87a6196f6 /install/po/Makefile.in
parent99e7b0c355958c5e3df7309b202d399a0020411d (diff)
downloadfreeipa-7d77afd0f8b2d58f3efd5d02ff5978ffeb405edf.tar.gz
freeipa-7d77afd0f8b2d58f3efd5d02ff5978ffeb405edf.tar.xz
freeipa-7d77afd0f8b2d58f3efd5d02ff5978ffeb405edf.zip
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.
Diffstat (limited to 'install/po/Makefile.in')
-rw-r--r--install/po/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/po/Makefile.in b/install/po/Makefile.in
index a54687527..176c29eaa 100644
--- a/install/po/Makefile.in
+++ b/install/po/Makefile.in
@@ -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