From 6d2132a97778c66d0d7851723efb91226af89144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 18 Feb 2009 23:19:16 +0100 Subject: Last transition steps --- createpot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'createpot.sh') 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") -- cgit v1.2.3