Allow translating package form
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user