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).