From d05170a1e24977d1b23e4f62a6f536220281d811 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Wed, 5 Oct 2022 23:28:51 +0800 Subject: [PATCH] Update readme --- README-zh-Hans.md | 12 ++++++++---- README.md | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index a439b51a..57d68fe5 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -45,11 +45,15 @@ ## 翻译 Minecraft 控制台客户端 (MCC) 🌍 -如果你想将 Minecraft 控制台客户端 (MCC) 翻译成其他语言,请从 [lang 文件夹](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/Resources/lang)下载翻译文件或直接 fork 仓库。一旦你完成了翻译工作,请提交一个 Pull Request。如果你不熟悉 Git 的话,你也可以通过 [Issue](https://github.com/MCCTeam/Minecraft-Console-Client/issues) 将文件发送给我们。 +请查看:[如何为MCC添加或更新翻译](https://mccteam.github.io/guide/contibuting.html#translations)。 -要使用翻译后的语言文件,请将其放在 `lang/mcc/` 文件夹下,并在 `.ini` 配置文件中设置语言。如果该目录不存在,你可以创建它。 - -对于翻译文件的名称,请参阅[此评论](https://github.com/MCCTeam/Minecraft-Console-Client/pull/1282#issuecomment-711150715)。 +MCC 现在支持这些语言(按字母顺序排列): + * `de.ini` : Deutsch - German + * `en.ini` : English - English + * `fr.ini` : Français (France) - French + * `ru.ini` : Русский (Russkiy) - Russian + * `vi.ini` : Tiếng Việt (Việt Nam) - Vietnamese + * `zh-Hans.ini` : 简体中文(中国大陆) - Chinese Simplified (China; Mandarin) ## 从源码构建 🏗️ diff --git a/README.md b/README.md index bc542419..3fac11aa 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,9 @@ If you'd like to contribute to Minecraft Console Client, great, just fork the re Check out: [How to update or add translations for MCC](https://mccteam.github.io/guide/contibuting.html#translations). -MCC now has translations in the following languages (Alphabetical order) : +MCC now supports the following languages (Alphabetical order) : * `de.ini` : Deutsch - German + * `en.ini` : English - English * `fr.ini` : Français (France) - French * `ru.ini` : Русский (Russkiy) - Russian * `vi.ini` : Tiếng Việt (Việt Nam) - Vietnamese