Add tools

This commit is contained in:
2010-08-06 22:03:53 +02:00
parent 88c6b1198c
commit d9733bd21d
6 changed files with 29 additions and 5 deletions

3
tools/generate_locales.sh Executable file
View 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