From 7c5a8cb764743b730c1a05da18eea94ab79ba651 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:26:53 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20configuration=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).