diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2009-12-08 16:06:25 +0100 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2009-12-08 16:06:25 +0100 |
| commit | ddcbf2fcd7bfb9af4358593f8eebaa18d04c0f96 (patch) | |
| tree | ea6c1ad9d70c53ad165c4110399c2e56300e59e1 /scripts | |
| parent | df8a2c657b17a0b0bb7f990d6adbb40d514af82c (diff) | |
Czech translation
Few adjustions of translation texts and the generation script
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_gettext_pot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate_gettext_pot.sh b/scripts/generate_gettext_pot.sh index b762ecb..dd97ff1 100755 --- a/scripts/generate_gettext_pot.sh +++ b/scripts/generate_gettext_pot.sh @@ -1,7 +1,7 @@ #!/bin/bash PWD=$(pwd) [[ ${PWD/*\//} = scripts ]] && pushd .. > /dev/null || pushd . > /dev/null -xgettext --no-wrap --width 1 --default-domain=tuxanci --add-comments=/// -k_ `find ./ -name \*.c | grep -v .git | sort | uniq | tr '\n' ' '` -o ./po/tuxanci.pot +xgettext --no-wrap --width 1 --default-domain=tuxanci --msgid-bugs-address=team@tuxanci.org --add-comments=/// -k_ `find ./ -name \*.c | grep -v .git | sort | uniq | tr '\n' ' '` -o ./po/tuxanci.pot cd po/ find ./ -name \*.po -print | xargs -i msgmerge --no-wrap --width 1 -U {} tuxanci.pot rm -rf *~ |