diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-10 00:07:18 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-10 00:07:18 +0200 |
commit | 0d422b9c17b5aaf7c59a2482f3dc8009189844c7 (patch) | |
tree | 6b307b1abba2041c38a59bf78deb3a4ed8f90cc1 | |
parent | 7a52786c8ec7c5964395afb71d8c7ed62f2dce57 (diff) | |
download | portato-0d422b9c17b5aaf7c59a2482f3dc8009189844c7.tar.gz portato-0d422b9c17b5aaf7c59a2482f3dc8009189844c7.tar.bz2 portato-0d422b9c17b5aaf7c59a2482f3dc8009189844c7.zip |
Fix createpot.sh
Diffstat (limited to '')
-rwxr-xr-x | createpot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/createpot.sh b/createpot.sh index dae69f9..ce921b8 100755 --- a/createpot.sh +++ b/createpot.sh @@ -4,5 +4,6 @@ # Thanks to porthole for inspiration ;) xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.ui") +xgettext -k_ -kN_ -j -L glade -o i18n/messages.pot $(find -name "*.menu") xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $(find -name "*.py") |