Skip to content

Commit a71cdc7

Browse files
authored
did changes in the ZH-CN localstorage language preference value
1 parent da27d40 commit a71cdc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

js/languagebox.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class LanguageBox {
9393
* @returns {void}
9494
*/
9595
zhCN_onclick() {
96-
this._language = "zhCN";
96+
this._language = "zh_CN";
9797
this.hide();
9898
}
9999

@@ -218,7 +218,7 @@ class LanguageBox {
218218
ko: "언어 기본 설정을 변경하려면 브라우저를 새로 고치십시오.",
219219
es: "Actualice su navegador para cambiar su preferencia de idioma.",
220220
pt: "Atualize seu navegador para alterar sua preferência de idioma.",
221-
zhCN: "刷新浏览器以更改您的语言偏好",
221+
zh_CN: "刷新浏览器以更改您的语言偏好",
222222
th: "รีเฟรชเบราเซอร์เพื่อเปลี่ยนการตั้งค่าภาษาของคุณ",
223223
hi: "अपनी भाषा की वरीयता बदलने के लिए अपना ब्राउज़र ताज़ा करें",
224224
te: "మీ భాష ప్రాధాన్యతను మార్చడానికి మీ బ్రౌజర్‌ని రిఫ్రెష్ చేయండి.",
@@ -264,4 +264,4 @@ class LanguageBox {
264264
}
265265
if (typeof module !== "undefined" && module.exports) {
266266
module.exports = LanguageBox;
267-
}
267+
}

0 commit comments

Comments
 (0)