diff options
| author | Andreas Mair <amair.sob@googlemail.com> | 2011-12-11 09:05:31 +0100 |
|---|---|---|
| committer | Andreas Mair <amair.sob@googlemail.com> | 2011-12-11 09:05:31 +0100 |
| commit | ff6cc2122b7afe0640cd82b401c2de7729922fa7 (patch) | |
| tree | 99fca4460f1df9206bbb7b28157fb038af1314fb /tools | |
| parent | 6371b78fb6ec32a14c33870a2c9825b362a0b4fb (diff) | |
| download | vdradmin-am-ff6cc2122b7afe0640cd82b401c2de7729922fa7.tar.gz vdradmin-am-ff6cc2122b7afe0640cd82b401c2de7729922fa7.tar.bz2 | |
Added Hungarian translation.
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/update-po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/update-po b/tools/update-po index 5e5471e..1e36436 100755 --- a/tools/update-po +++ b/tools/update-po @@ -1,7 +1,7 @@ #!/bin/sh -e if [ "$1" = "--check-only" ]; then - for LANG in cs de es fi fr it nl ru; do + for LANG in cs de es fi fr hu it nl ru; do echo "$LANG: untranslated=$(msgattrib --untranslated po/$LANG.po | grep ^msgid | wc -l) fuzzy=$(msgattrib --fuzzy po/$LANG.po | grep ^msgid | wc -l)" done exit 0 @@ -26,7 +26,7 @@ rm tmp-*.pot popd -for LANG in cs de es fi fr it nl ru; do +for LANG in cs de es fi fr hu it nl ru; do echo -n "$LANG: " if msgmerge --no-fuzzy-matching --no-wrap po/$LANG.po po/vdradmin.pot >temp.po ; then mv -f temp.po po/$LANG.po |
