summaryrefslogtreecommitdiff
path: root/createpot.sh
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 23:19:16 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-02-18 23:19:16 +0100
commit6d2132a97778c66d0d7851723efb91226af89144 (patch)
tree597a245f246c0788ae09727b13761c2486b5cd09 /createpot.sh
parent1cd876636b1a2470186c36625b61c218654b0033 (diff)
downloadportato-6d2132a97778c66d0d7851723efb91226af89144.tar.gz
portato-6d2132a97778c66d0d7851723efb91226af89144.tar.bz2
portato-6d2132a97778c66d0d7851723efb91226af89144.zip
Last transition steps
Diffstat (limited to 'createpot.sh')
-rwxr-xr-xcreatepot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/createpot.sh b/createpot.sh
index ae2db3b..dae69f9 100755
--- a/createpot.sh
+++ b/createpot.sh
@@ -3,6 +3,6 @@
# Create the .pot file
# Thanks to porthole for inspiration ;)
-xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.glade")
+xgettext -k_ -kN_ -L glade -o i18n/messages.pot $(find -name "*.ui")
xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $(find -name "*.py")