OpenTechSchool / python-beginners

Workshop material for "Introduction to Programming with Python"
http://opentechschool.github.io/python-beginners/
175 stars 253 forks source link

Make use of sphinx-intl and transifex-client #43

Closed Ivoz closed 10 years ago

Ivoz commented 10 years ago

the sphinx-intl and tx commands allow for much easier, automated pushing and pulling of translations that can be carried out on transifex.

We should configure the project to make use of them and expand the fab file to make doing so dead simple.

https://pypi.python.org/pypi/sphinx-intl/

https://pypi.python.org/pypi/transifex-client

https://www.transifex.com/projects/p/python-for-beginners/

Ivoz commented 10 years ago

Mostly done in last commits.