1
0
mirror of https://github.com/lordfriky/web-cfw-loader.git synced 2025-05-18 02:02:39 +00:00

Add Chinese translation

This commit is contained in:
Rakau 2018-07-09 11:06:04 +08:00 committed by GitHub
parent fd1ce889fa
commit 9f5add297a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,12 @@ function setPageLanguage(lang) {
else if (lang === "pl-PL")
langObj = plPL;
else if (lang === "zh-CN")
langObj = zhCN;
else if (lang === "zh-TW")
langObj = zhTW;
else
langObj = enUS;