executablebooks / sphinx-exercise

A Sphinx extension for producing exercise and solution directives.
https://ebp-sphinx-exercise.readthedocs.io
MIT License
19 stars 7 forks source link

Improve multi-language support #13

Open choldgraf opened 4 years ago

choldgraf commented 4 years ago

Right now Solution to and Exercise are hard-coded (I think?). We should make it possible for these to be translated to new languages depending on the set language of the Sphinx config

yves-chevallier commented 1 year ago

I have the same issue for French support. I'd like to have Exercice and Solution de

It would be easy to use the sphinx language config and use i18n for different languages.