mirror of
https://github.com/oleid/gnome-shell-teatime.git
synced 2022-04-29 18:53:50 +00:00
4 lines
148 B
Bash
4 lines
148 B
Bash
|
#!/bin/sh
|
||
|
SCRIPTDIR=`dirname $0`
|
||
|
xgettext --from-code=UTF-8 -k_ -kN_ -j -o TeaTime.pot "$SCRIPTDIR"/../src/*.js "$SCRIPTDIR"/../src/schemas/*.xml
|