Add script to generate pot file

This commit is contained in:
Hugo Posnic
2016-12-26 20:22:03 +01:00
parent 15250b0178
commit 6cd94fe366
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
# Script to generate pot file
xgettext --from-code=UTF-8 --files-from=./files_to_translate --keyword=translatable --keyword=_ --output=../po/manjaro-hello.pot
+2
View File
@@ -0,0 +1,2 @@
../ui/manjaro-hello.glade
../src/manjaro_hello.py