Skip to content

Commit

Permalink
Update README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed Sep 17, 2023
1 parent 22818dc commit 0ab130e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|----------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
Expand Down
7 changes: 7 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 选项 (用于调试)
| 参数 | 简介 |
|----------------------------------------------|-------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit 0ab130e

Please sign in to comment.