Add script to generate pot file
This commit is contained in:
Executable
+3
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
../ui/manjaro-hello.glade
|
||||
../src/manjaro_hello.py
|
||||
Reference in New Issue
Block a user