summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-10 00:07:18 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-10 00:07:18 +0200
commit0d422b9c17b5aaf7c59a2482f3dc8009189844c7 (patch)
tree6b307b1abba2041c38a59bf78deb3a4ed8f90cc1
parent7a52786c8ec7c5964395afb71d8c7ed62f2dce57 (diff)
downloadportato-0d422b9c17b5aaf7c59a2482f3dc8009189844c7.tar.gz
portato-0d422b9c17b5aaf7c59a2482f3dc8009189844c7.tar.bz2
portato-0d422b9c17b5aaf7c59a2482f3dc8009189844c7.zip
Fix createpot.sh
-rwxr-xr-xcreatepot.sh1
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")