From 8fe46a012d17eaa874abf63b9be93c6f11b8df97 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 5 Aug 2007 04:11:46 +0000 Subject: i18n support and german translations --- createpot.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 createpot.sh (limited to 'createpot.sh') diff --git a/createpot.sh b/createpot.sh new file mode 100755 index 0000000..8c73f76 --- /dev/null +++ b/createpot.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# Create the .pot file +# Thanks to porthole for inspiration ;) + +files=$(find -name "*.py") +xgettext -k_ -kN_ -L glade -o i18n/messages.pot portato/gui/templates/portato.glade +xgettext -k_ -kN_ -j --from-code=UTF-8 -o i18n/messages.pot $files + -- cgit v1.2.3