From 090de560372c98bfb26b90cc50f72ad20c1fbf4d Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Sat, 25 Nov 2023 14:42:37 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20translation=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/docs/configuration/index.ja.md | 2 ++ exampleSite/content/docs/configuration/index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/exampleSite/content/docs/configuration/index.ja.md b/exampleSite/content/docs/configuration/index.ja.md index 22febbc2..0c623c13 100644 --- a/exampleSite/content/docs/configuration/index.ja.md +++ b/exampleSite/content/docs/configuration/index.ja.md @@ -53,6 +53,7 @@ Congoは現在、以下の言語に対応しています: | :gb: **English (default)** | `en` | | :egypt: Arabic | `ar` | | :bangladesh: Bengali | `bn` | +| :bulgaria: Bulgarian | `bg` | | :cn: Chinese - Simplified (China) | `zh-cn` | | :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` | | :flag-cz: Czech | `cs` | @@ -73,6 +74,7 @@ Congoは現在、以下の言語に対応しています: | :slovakia: Slovak | `sk` | | :es: Spanish (Spain) | `es` | | :tr: Turkish | `tr` | +| :ukraine: Ukrainian | `uk` | 翻訳文字列を含むカスタムファイルを `i18n/[code].yaml` に作成することでデフォルトの翻訳をオーバーライドできます。このメソッドを使って新しい言語を追加することもできます。新しい翻訳をコミュニティと共有したい場合、[Pull Request](https://github.com/jpanther/congo/pulls)を作ってください。 diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index cdb66b02..60641cd5 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -53,6 +53,7 @@ The theme currently supports the following languages out of the box: | :gb: **English (default)** | `en` | | :egypt: Arabic | `ar` | | :bangladesh: Bengali | `bn` | +| :bulgaria: Bulgarian | `bg` | | :cn: Chinese - Simplified (China) | `zh-cn` | | :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` | | :flag-cz: Czech | `cs` | @@ -73,6 +74,7 @@ The theme currently supports the following languages out of the box: | :slovakia: Slovak | `sk` | | :es: Spanish (Spain) | `es` | | :tr: Turkish | `tr` | +| :ukraine: Ukrainian | `uk` | 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).