diff options
Diffstat (limited to 'createpot.sh')
-rwxr-xr-x | createpot.sh | 2 |
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") |