From 0ab130eb547911d67cc5bbfcbd9aeafaa3ee6549 Mon Sep 17 00:00:00 2001 From: Burning_TNT Date: Sun, 17 Sep 2023 11:16:40 +0800 Subject: [PATCH] Update README files. --- README.md | 7 +++++++ README_cn.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 0c7d63fc86..87bacc6b89 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,13 @@ Simply execute the following command in project root directory: Make sure you have Java installed with JavaFX 8 at least. Liberica Full JDK 8 or later is recommended. +### I18N Translations +In order to enable the contributors who cannot use Git or GitHub efficiently to modify I18N translations, we create a bot to synchronize all the translations between GitHub and [Crowdin](https://crowdin.com/project/hello-minecraft-launcher). +Therefore, if you want to update the I18N files, you should follow these rules, or your modifications would be ignored. +* Add new translations: Modify I18N files with your codes in your Pull Request. +* Modify existed translations: Modify I18N in [Crowdin Editor](https://crowdin.com/project/hello-minecraft-launcher/). +* Remove existed translations: Modify I18N files with your codes in your Pull Request. + ## JVM Options (for debugging) | Parameter | Description | |----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------| diff --git a/README_cn.md b/README_cn.md index c7762e1472..7ad668aeaa 100644 --- a/README_cn.md +++ b/README_cn.md @@ -47,6 +47,13 @@ HMCL 有着强大的跨平台能力。它不仅支持 Windows、Linux、macOS 请确保您至少安装了含有 JavaFX 8 的 Java. 建议使用 Liberica Full JDK 8 或更高版本. +### 翻译文本 +为了让一些不能高效使用 Git 或 GitHub 的贡献者能够更改翻译文本,我们编写了一个机器人来在 GitHub 和 [Crowdin](https://crowdin.com/project/hello-minecraft-launcher) 间同步翻译。 +因此,如果你想要更改翻译文本,你需要遵守以下规则,否则你的更改可能会被忽略。 +* 添加新的翻译文本:在你的 Pull Request 中添加翻译文本和代码。 +* 修改已有的翻译文本:在 [Crowdin Editor](https://crowdin.com/project/hello-minecraft-launcher/) 中更改 +* 删除已有的翻译文本:在你的 Pull Request 中删除翻译文本和代码。 + ## JVM 选项 (用于调试) | 参数 | 简介 | |----------------------------------------------|-------------------------------------------------------------------------------------------------|