Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 320 Bytes

babel.md

File metadata and controls

11 lines (8 loc) · 320 Bytes

To extract and update email translations

cd microsetta-private-api
pybabel extract -F ../babel.cfg -o translations/base.pot .
pybabel update -i translations/base.pot -d translations

To generate naive automatic translations

Please see the naive_translate.py script as part of microsetta-interface