From c3f28c7f2a56d0e4fafc3d4563276cf021383cfb Mon Sep 17 00:00:00 2001 From: StageGuard <45701251+StageGuard@users.noreply.github.com> Date: Tue, 22 Dec 2020 19:17:09 +0800 Subject: [PATCH] Update contribute-translation.md --- contribute-translation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute-translation.md b/contribute-translation.md index 95490db..fd872e9 100644 --- a/contribute-translation.md +++ b/contribute-translation.md @@ -6,7 +6,7 @@ It can also fetch online language list [source/language_list.json](https://githu - 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** 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**: ```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. -I would appreciate it if you could contribute translation! \ No newline at end of file +I would appreciate it if you could contribute translation!