Ugly hack to automatically update translations.

This commit is contained in:
Jakob Borg
2014-07-28 15:14:02 +02:00
parent 7148cf99f7
commit 6805ac915b
10 changed files with 133 additions and 39 deletions
+10
View File
@@ -102,6 +102,12 @@ xdr() {
done
}
transifex() {
pushd gui
go run ../cmd/transifexdl/main.go
popd
}
case "$1" in
"")
shift
@@ -208,6 +214,10 @@ case "$1" in
xdr
;;
transifex)
transifex
;;
*)
echo "Unknown build parameter $1"
;;