mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
Add handy script to update translation strings
This commit is contained in:
parent
a0b432842a
commit
15f2041a7f
3
po/update_strings.sh
Executable file
3
po/update_strings.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user