summaryrefslogtreecommitdiff
path: root/createpot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'createpot.sh')
-rwxr-xr-xcreatepot.sh9
1 files changed, 9 insertions, 0 deletions
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
+
pan> 2014-10-07Fix cleanup of maildirsAntonio Terceiro3-1/+16 2014-05-18feed2imap-test: reuse cache dir/protect configAntonio Terceiro1-1/+1 2014-02-13feed2imap-test: can now take a feed URL as argumentAntonio Terceiro1-3/+22 2014-02-13update .gitignoreAntonio Terceiro1-0/+2 2014-02-13fix dependency on ruby-feedparserAntonio Terceiro1-1/+1 2014-02-05Release 1.2.2Antonio Terceiro2-2/+2 2014-02-05config: fix regression with arrays as targetAntonio Terceiro2-1/+17 2013-08-28Fix teardown method nameAntonio Terceiro1-1/+1