Add tools
This commit is contained in:
3
tools/generate_locales.sh
Executable file
3
tools/generate_locales.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
CPP_FILE_LIST=`find src -name '*.cpp' -print`
|
||||
xgettext --from-code utf-8 -d kisscount -s --keyword=_ -p ./ressources/po -o kisscount.pot $CPP_FILE_LIST
|
||||
Reference in New Issue
Block a user