summaryrefslogtreecommitdiff
path: root/createpot.sh
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-06 22:33:11 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-06 22:33:11 +0100
commit3cb720e586e9956697d03897bf815e318950d86f (patch)
tree2423077c5b5f4ad7df198e16955b4b788f97acca /createpot.sh
parent84bb0016609612b4d1531177c7fd78d9c00afefe (diff)
downloadportato-3cb720e586e9956697d03897bf815e318950d86f.tar.gz
portato-3cb720e586e9956697d03897bf815e318950d86f.tar.bz2
portato-3cb720e586e9956697d03897bf815e318950d86f.zip
Update createpot.sh
Diffstat (limited to 'createpot.sh')
-rwxr-xr-xcreatepot.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/createpot.sh b/createpot.sh
index 8c73f76..ae2db3b 100755
--- a/createpot.sh
+++ b/createpot.sh
@@ -3,7 +3,6 @@
# Create the .pot file
# Thanks to porthole for inspiration ;)
-files=$(find -name "*.py")
-xgettext -k_ -kN_ -L glade -o i18n/messages.pot portato/gui/templates/portato.glade
-xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $files
+xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.glade")
+xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $(find -name "*.py")