From ea984627b600bfd253f177f7542ebd3428083949 Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Tue, 22 Dec 2020 20:05:21 +0800 Subject: [PATCH] Update note --- contribute-translation.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contribute-translation.md b/contribute-translation.md index fd872e9..e0b9cd6 100644 --- a/contribute-translation.md +++ b/contribute-translation.md @@ -4,6 +4,8 @@ Follow [Issue#4](https://github.com/StageGuard/SkyAutoPlayerScript/issues/4) req It can also fetch online language list [source/language_list.json](https://github.com/StageGuard/SkyAutoPlayerScript/blob/master/source/language_list.json). So if you want to translate SkyAutoplayerScript into another language, please follow the steps below. +## Translate to a new language + - Clone this repository. - Create a new file in **resources/language_pack/xx_XX.json**, the file name must be standard language code (e.g. zh_CN or en_US). - You can refer to [resources/language_pack/en_US.json](https://github.com/StageGuard/SkyAutoPlayerScript/blob/master/resources/language_pack/en_US.json) to translate. @@ -27,4 +29,13 @@ It can also fetch online language list [source/language_list.json](https://githu After merging, your language will be shown in Setting-Language list. +## Fix a wrong translation + +- Clone this repository. +- Correct wrong translations. +- Update `version` number(+1) of target language in language file and [source/language_list.json](https://github.com/StageGuard/SkyAutoPlayerScript/blob/master/source/language_list.json). +- Create a new pull request. + +After merging, SkyAutoplayerScript will notify users who uses this language to update. + I would appreciate it if you could contribute translation!