Allow translating package form

This commit is contained in:
rubenwardy
2022-01-07 21:18:34 +00:00
parent ad05ba1ee8
commit c4dd380218
7 changed files with 383 additions and 143 deletions

View File

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