mirror of https://github.com/jpanther/congo.git
📝 Update translation docs
parent
b6a532c22f
commit
090de56037
|
@ -53,6 +53,7 @@ Congoは現在、以下の言語に対応しています:
|
||||||
| :gb: **English (default)** | `en` |
|
| :gb: **English (default)** | `en` |
|
||||||
| :egypt: Arabic | `ar` |
|
| :egypt: Arabic | `ar` |
|
||||||
| :bangladesh: Bengali | `bn` |
|
| :bangladesh: Bengali | `bn` |
|
||||||
|
| :bulgaria: Bulgarian | `bg` |
|
||||||
| :cn: Chinese - Simplified (China) | `zh-cn` |
|
| :cn: Chinese - Simplified (China) | `zh-cn` |
|
||||||
| :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |
|
| :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |
|
||||||
| :flag-cz: Czech | `cs` |
|
| :flag-cz: Czech | `cs` |
|
||||||
|
@ -73,6 +74,7 @@ Congoは現在、以下の言語に対応しています:
|
||||||
| :slovakia: Slovak | `sk` |
|
| :slovakia: Slovak | `sk` |
|
||||||
| :es: Spanish (Spain) | `es` |
|
| :es: Spanish (Spain) | `es` |
|
||||||
| :tr: Turkish | `tr` |
|
| :tr: Turkish | `tr` |
|
||||||
|
| :ukraine: Ukrainian | `uk` |
|
||||||
|
|
||||||
翻訳文字列を含むカスタムファイルを `i18n/[code].yaml` に作成することでデフォルトの翻訳をオーバーライドできます。このメソッドを使って新しい言語を追加することもできます。新しい翻訳をコミュニティと共有したい場合、[Pull Request](https://github.com/jpanther/congo/pulls)を作ってください。
|
翻訳文字列を含むカスタムファイルを `i18n/[code].yaml` に作成することでデフォルトの翻訳をオーバーライドできます。このメソッドを使って新しい言語を追加することもできます。新しい翻訳をコミュニティと共有したい場合、[Pull Request](https://github.com/jpanther/congo/pulls)を作ってください。
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,7 @@ The theme currently supports the following languages out of the box:
|
||||||
| :gb: **English (default)** | `en` |
|
| :gb: **English (default)** | `en` |
|
||||||
| :egypt: Arabic | `ar` |
|
| :egypt: Arabic | `ar` |
|
||||||
| :bangladesh: Bengali | `bn` |
|
| :bangladesh: Bengali | `bn` |
|
||||||
|
| :bulgaria: Bulgarian | `bg` |
|
||||||
| :cn: Chinese - Simplified (China) | `zh-cn` |
|
| :cn: Chinese - Simplified (China) | `zh-cn` |
|
||||||
| :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |
|
| :taiwan: Chinese - Traditional (Taiwan) | `zh-tw` |
|
||||||
| :flag-cz: Czech | `cs` |
|
| :flag-cz: Czech | `cs` |
|
||||||
|
@ -73,6 +74,7 @@ The theme currently supports the following languages out of the box:
|
||||||
| :slovakia: Slovak | `sk` |
|
| :slovakia: Slovak | `sk` |
|
||||||
| :es: Spanish (Spain) | `es` |
|
| :es: Spanish (Spain) | `es` |
|
||||||
| :tr: Turkish | `tr` |
|
| :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).
|
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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue