Internationalization#
This package supports 33 languages for all proof directive types. Translations are specified in conf.py using the language option.
Supported Languages#
All 15 directive types (Algorithm, Assumption, Axiom, Conjecture, Corollary, Criterion, Definition, Example, Lemma, Notation, Observation, Property, Proposition, Remark, Theorem) have complete translations in the following languages:
Language |
Code |
Language |
Code |
|---|---|---|---|
Arabic |
|
Bengali |
|
Bulgarian |
|
Chinese |
|
Czech |
|
Danish |
|
Dutch |
|
Finnish |
|
French |
|
German |
|
Greek |
|
Hebrew |
|
Hindi |
|
Hungarian |
|
Indonesian |
|
Italian |
|
Japanese |
|
Korean |
|
Malay |
|
Norwegian |
|
Persian |
|
Polish |
|
Portuguese |
|
Romanian |
|
Russian |
|
Spanish |
|
Swedish |
|
Thai |
|
Turkish |
|
Ukrainian |
|
Urdu |
|
Vietnamese |
|
Usage#
To use a specific language, set the language option in your Sphinx conf.py:
language = 'es' # For Spanish
If no language is specified, English (en) is used as the default.
All proof directives will automatically use the appropriate translations for the selected language.