translation helper script

pull/24/head
Hartmut Holzgraefe 2018-09-19 22:26:13 +00:00
rodzic 34cf83756a
commit 160d667ed3
1 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,16 @@
#! /bin/bash
basedir=$(realpath $(dirname $0)/../)
echo "Updating translations in '$basedir'"
cd $basedir/www
../manage.py makemessages --all --keep-pot -e html,txt,js,py
../manage.py compilemessages