Add handy script to update translation strings

This commit is contained in:
Olaf Leidinger 2016-10-04 21:49:43 +02:00
parent a0b432842a
commit 15f2041a7f

3
po/update_strings.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
SCRIPTDIR=`dirname $0`
xgettext --from-code=UTF-8 -k_ -kN_ -j -o TeaTime.pot "$SCRIPTDIR"/../src/*.js "$SCRIPTDIR"/../src/schemas/*.xml