diff --git a/tools/update-from-weblate.sh b/tools/update-from-weblate.sh new file mode 100755 index 000000000..8e647b9ad --- /dev/null +++ b/tools/update-from-weblate.sh @@ -0,0 +1,16 @@ +#!/bin/sh -ex + +toolsdir=`cd $(dirname $0); pwd` + +cd $toolsdir/.. +git remote update -p weblate +git checkout -b weblate weblate/master + +firefox https://hosted.weblate.org/projects/f-droid/f-droid/#repository + +$toolsdir/fix-ellipsis.sh +$toolsdir/check-format-strings.py +$toolsdir/remove-unused-and-blank-translations.py + +git gui +git push origin weblate