Skip to content

Commit f569ddf

Browse files
authored
update languages list (#569)
1 parent 5e861ee commit f569ddf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

navigation/localization.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@ title: Localization
44

55
`"languages"` in your `docs.json` can be leveraged to partition your navigation into different languages.
66

7-
We currently support localization in English (`en`), Chinese (`cn`), Spanish (`es`), French (`fr`), Japanese (`jp`), Portuguese (`pt`), Portuguese (Brazil) (`pt-BR`), and German (`de`).
7+
We currently support localization in the following languages:
8+
9+
* Arabic (`ar`)
10+
* Chinese (`cn` or `zh`, `zh-Hans` for Simplified and `zh-Hant` for Traditional)
11+
* English (`en`)
12+
* French (`fr`)
13+
* German (`de`)
14+
* Indonesian (`id`)
15+
* Italian (`it`)
16+
* Japanese (`jp` or `ja`)
17+
* Korean (`ko`)
18+
* Portuguese (`pt`)
19+
* Portuguese (Brazil) (`pt-BR`)
20+
* Russian (`ru`)
21+
* Spanish (`es`)
22+
* Turkish (`tr`)
823

924
```json docs.json
1025
{

0 commit comments

Comments
 (0)