mirror of https://github.com/jpanther/congo.git
📝 Update language docs
parent
51a5ccc91b
commit
34ed755950
|
@ -45,14 +45,15 @@ Note that the variable names provided in this table use dot notation to simplify
|
||||||
|
|
||||||
Congo is optimised for full multilingual websites and theme assets are translated into several languages out of the box. The language configuration allows you to generate multiple versions of your content to provide a customised experience to your visitors in their native language.
|
Congo is optimised for full multilingual websites and theme assets are translated into several languages out of the box. The language configuration allows you to generate multiple versions of your content to provide a customised experience to your visitors in their native language.
|
||||||
|
|
||||||
The theme currently supports the following languages by default:
|
The theme currently supports the following languages out of the box:
|
||||||
|
|
||||||
| Language | Code |
|
| Language | Code |
|
||||||
| ------------------------------------- | ------- |
|
| --------------------------------------- | ------- |
|
||||||
| :gb: English | `en` |
|
| :gb: **English (default)** | `en` |
|
||||||
| :bangladesh: Bengali | `bn` |
|
| :bangladesh: Bengali | `bn` |
|
||||||
| :cn: Simplified Chinese (China) | `zh-cn` |
|
| :cn: Chinese - Simplified (China) | `zh-cn` |
|
||||||
| :taiwan: Traditional Chinese (Taiwan) | `zh-tw` |
|
| :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |
|
||||||
|
| :netherlands: Dutch | `nl` |
|
||||||
| :finland: Finnish | `fi` |
|
| :finland: Finnish | `fi` |
|
||||||
| :fr: French | `fr` |
|
| :fr: French | `fr` |
|
||||||
| :de: German | `de` |
|
| :de: German | `de` |
|
||||||
|
|
Loading…
Reference in New Issue