From 15f2041a7fc3a1e3a122176a465ebf7f16b8a763 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Tue, 4 Oct 2016 21:49:43 +0200 Subject: [PATCH] Add handy script to update translation strings --- po/update_strings.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 po/update_strings.sh diff --git a/po/update_strings.sh b/po/update_strings.sh new file mode 100755 index 0000000..0dee167 --- /dev/null +++ b/po/update_strings.sh @@ -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