diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index 624a6a44..43fd0b5c 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -59,6 +59,7 @@ The theme currently supports the following languages out of the box: | :de: German | `de` | | :israel: Hebrew | `he` | | :hungary: Hungarian | `hu` | +| :indonesia: Indonesian | `id` | | :it: Italian | `it` | | :jp: Japanese | `ja` | | :brazil: Portuguese (Brazil) | `pt-br` | @@ -66,7 +67,6 @@ The theme currently supports the following languages out of the box: | :romania: Romanian | `ro` | | :es: Spanish (Spain) | `es` | | :tr: Turkish | `tr` | -| :id: Indonesian | `id` | The default translations can be overridden by creating a custom file in `i18n/[code].yaml` that contains the translation strings. You can also use this method to add new languages. If you'd like to share a new translation with the community, please [open a pull request](https://github.com/jpanther/congo/pulls).