Tag index.html and base.html, test updating translation templates
This commit is contained in:
4
utils/update_trans.sh
Executable file
4
utils/update_trans.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
pybabel extract -F babel.cfg -o translations/messages.pot .
|
||||
pybabel update -i translations/messages.pot -d translations
|
||||
Reference in New Issue
Block a user