contentdb/utils/update_trans.sh

5 lines
169 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2022-01-07 22:18:34 +01:00
pybabel extract -F babel.cfg -k lazy_gettext -o translations/messages.pot .
2022-01-25 22:04:39 +01:00
pybabel update -i translations/messages.pot -d translations --no-fuzzy-matching