diff options
| author | xHire <xhire@tuxportal.cz> | 2008-10-25 11:58:43 +0200 |
|---|---|---|
| committer | xHire <xhire@tuxportal.cz> | 2008-10-25 11:58:43 +0200 |
| commit | 03daa19ec574dcab59e89566a8062b60b16a8325 (patch) | |
| tree | 702273f2e42d4e483a5262f66660d8b3329e558e /generate_gettext_pot.sh | |
| parent | 4b4a75f6ced29923777d0dd7e27fdd4bbfed800a (diff) | |
Translated all game into Czech + some small fixes
Updated scripts
Correction: "Height Score" -> "High Score"
Set right file permissions
Diffstat (limited to 'generate_gettext_pot.sh')
| -rwxr-xr-x[-rw-r--r--] | generate_gettext_pot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generate_gettext_pot.sh b/generate_gettext_pot.sh index 572b16d..60d750c 100644..100755 --- a/generate_gettext_pot.sh +++ b/generate_gettext_pot.sh @@ -1,4 +1,4 @@ #!/bin/bash -xgettext --default-domain=tuxanci --add-comments=/// -k_ `find ./ -name \*.c |grep -v .svn |tr '\n' ' '` -o ./po/tuxanci.pot +xgettext --default-domain=tuxanci --add-comments=/// -k_ `find ./ -name \*.c | grep -v .git | tr '\n' ' '` -o ./po/tuxanci.pot cd po/ -find ./ -name \*.po -print | xargs -i msgmerge -U {} tuxanci.pot
\ No newline at end of file +find ./ -name \*.po -print | xargs -i msgmerge -U {} tuxanci.pot |