Skip to content

Commit 866a3e0

Browse files
author
Ke, Mingze
committed
default lang: zh-hant
1 parent defaf8c commit 866a3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Code.getLang = function () {
7171
var lang = Code.getStringParamFromUrl('lang', '');
7272
if (Code.LANGUAGE_NAME[lang] === undefined) {
7373
// Default to English.
74-
lang = 'en';
74+
lang = 'zh-hant';
7575
}
7676
return lang;
7777
};

0 commit comments

Comments
 (0)