From 0d422b9c17b5aaf7c59a2482f3dc8009189844c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 10 Apr 2010 00:07:18 +0200 Subject: Fix createpot.sh --- createpot.sh | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3