diff options
-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") |