Scifabric / pybossa

PYBOSSA is the ultimate crowdsourcing framework (aka microtasking) to analyze or enrich data that can't be processed by machines alone.
http://pybossa.com
GNU Affero General Public License v3.0
743 stars 265 forks source link

PyBabel extract, update, compile instructions are missing #806

Closed therealmarv closed 9 years ago

therealmarv commented 10 years ago

This is missing in the docs.

My approach to update most of the language files. Go to pybossa directory where pybabel.cfg is inside

pybabel extract . -F babel.cfg -k lazy_gettext -o translations/messages.pot
pybabel update -i translations/messages.pot -d translations
pybabel compile -d translations
teleyinex commented 9 years ago

@therealmarv can you add those instructions to the docs and close this issue?

teleyinex commented 9 years ago

@therealmarv can you add the instructions to the docs so we can close this issue?