From be9b2ca08537401bebf759879b302c1e7462bf43 Mon Sep 17 00:00:00 2001 From: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com> Date: Sun, 18 Oct 2020 11:56:55 +0800 Subject: [PATCH 1/2] Add information about translation to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 34f2b17cb1..89fd1364e2 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ Edit `MinecraftClient.csproj` to set the Build target to `Release` on [line 4](h If you'd like to contribute to Minecraft Console Client, great, just fork the repository and submit a pull request. The *Indev* branch for contributions to future stable versions is no longer used as MCC is currently distributed as development builds only. +## Translate Minecraft Console Client to your language + +If you would like to translate Minecraft Console Client to a different language, please download the translation file from [the repository](https://github.com/ORelio/Minecraft-Console-Client/tree/master/MinecraftClient/Resources/lang) or just fork the repository. Once you finished the translation work, submit a pull request or send us the file in case you did not fork the repository. + +To use the translated language file, place it under `lang/mcc/` folder and set your language in `.ini` config. You may create the directory if does not exist. + ## License Unless specifically stated, the code is from the MCC developers, and available under CDDL-1.0. From d9f39b1e4d4baadfe05e5b864484ff956d47f660 Mon Sep 17 00:00:00 2001 From: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com> Date: Sun, 18 Oct 2020 19:00:56 +0800 Subject: [PATCH 2/2] Add link to list of language names --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89fd1364e2..15e42018da 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ If you would like to translate Minecraft Console Client to a different language, To use the translated language file, place it under `lang/mcc/` folder and set your language in `.ini` config. You may create the directory if does not exist. +For the names of the translation file, please see [this comment](https://github.com/ORelio/Minecraft-Console-Client/pull/1282#issuecomment-711150715). + ## License Unless specifically stated, the code is from the MCC developers, and available under CDDL-1.0.