OpenTechSchool / python-beginners

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

Internationalisation issues #48

Closed Ivoz closed 8 years ago

Ivoz commented 10 years ago

it searches for the english text "Solution" in h3 elements... this needs an indentifier way of doing things so that this will work for languages other than english.

https://github.com/OpenTechSchool/python-beginners/blob/master/source/_static/spoilers.js

e.g the official python tutorial link in http://opentechschool.github.io/python-beginners/es_CL/where_to_go.html#books-and-tutorials

Need to redo links? to make internationalizable, or figure out how they should be written / internationalized properly.