Merge branch 'master' of github.com:StageGuard/SkyAutoPlayerScript into master

This commit is contained in:
StageGuard
2020-12-22 19:27:46 +08:00

View File

@@ -6,7 +6,7 @@ It can also fetch online language list [source/language_list.json](https://githu
- Clone this repository. - 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). - 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** to translate. - 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.
- Modify **source/language_list.json**: - Modify **source/language_list.json**:
```js ```js
@@ -27,4 +27,4 @@ It can also fetch online language list [source/language_list.json](https://githu
After merging, your language will be shown in Setting-Language list. After merging, your language will be shown in Setting-Language list.
I would appreciate it if you could contribute translation! I would appreciate it if you could contribute translation!