Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion navigation/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ title: Localization

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

We currently support localization in English (`en`), Chinese (`cn`), Spanish (`es`), French (`fr`), Japanese (`jp`), Portuguese (`pt`), Portuguese (Brazil) (`pt-BR`), and German (`de`).
We currently support localization in the following languages:

* Arabic (`ar`)
* Chinese (`cn` or `zh`, `zh-Hans` for Simplified and `zh-Hant` for Traditional)
* English (`en`)
* French (`fr`)
* German (`de`)
* Indonesian (`id`)
* Italian (`it`)
* Japanese (`jp` or `ja`)
* Korean (`ko`)
* Portuguese (`pt`)
* Portuguese (Brazil) (`pt-BR`)
* Russian (`ru`)
* Spanish (`es`)
* Turkish (`tr`)

```json docs.json
{
Expand Down