Skip to content

Commit eaae798

Browse files
committed
Update internationalization docs to reflect 33 languages
1 parent d061569 commit eaae798

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

docs/source/internationalization.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
11
# Internationalization
22

3-
This package supports **30 languages** for all proof directive types. Translations are specified in `conf.py` using the `language` option.
3+
This package supports **33 languages** for all proof directive types. Translations are specified in `conf.py` using the `language` option.
44

55
## Supported Languages
66

77
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:
88

99
| Language | Code | Language | Code |
1010
|----------|------|----------|------|
11-
| Arabic | `ar` | Japanese | `ja` |
12-
| Bulgarian | `bg` | Korean | `ko` |
13-
| Chinese | `zh_CN` | Norwegian | `no` |
14-
| Czech | `cs` | Persian | `fa` |
15-
| Danish | `da` | Polish | `pl` |
16-
| Dutch | `nl` | Portuguese | `pt` |
17-
| Finnish | `fi` | Romanian | `ro` |
18-
| French | `fr` | Russian | `ru` |
19-
| German | `de` | Spanish | `es` |
20-
| Greek | `el` | Swedish | `sv` |
21-
| Hebrew | `he` | Thai | `th` |
22-
| Hindi | `hi` | Turkish | `tr` |
23-
| Hungarian | `hu` | Ukrainian | `uk` |
24-
| Indonesian | `id` | Vietnamese | `vi` |
25-
| Italian | `it` | | |
11+
| Arabic | `ar` | Bulgarian | `bg` |
12+
| Bengali | `bn` | Chinese | `zh_CN` |
13+
| Czech | `cs` | Danish | `da` |
14+
| Dutch | `nl` | Finnish | `fi` |
15+
| French | `fr` | German | `de` |
16+
| Greek | `el` | Hebrew | `he` |
17+
| Hindi | `hi` | Hungarian | `hu` |
18+
| Indonesian | `id` | Italian | `it` |
19+
| Japanese | `ja` | Korean | `ko` |
20+
| Malay | `ms` | Norwegian | `no` |
21+
| Persian | `fa` | Polish | `pl` |
22+
| Portuguese | `pt` | Romanian | `ro` |
23+
| Russian | `ru` | Spanish | `es` |
24+
| Swedish | `sv` | Thai | `th` |
25+
| Turkish | `tr` | Ukrainian | `uk` |
26+
| Urdu | `ur` | Vietnamese | `vi` |
2627

2728
## Usage
2829

0 commit comments

Comments
 (0)