Tag index.html and base.html, test updating translation templates

This commit is contained in:
rubenwardy
2022-01-07 20:58:32 +00:00
parent 44b02cfb4e
commit b40bc8c20d
10 changed files with 314 additions and 220 deletions

4
utils/update_trans.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
pybabel extract -F babel.cfg -o translations/messages.pot .
pybabel update -i translations/messages.pot -d translations