We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878777e commit f69f85eCopy full SHA for f69f85e
install/common.php
@@ -6,6 +6,9 @@
6
7
function lang(){
8
$lang = $_REQUEST['lang'] ? $_REQUEST['lang'] :"zh";
9
+ if ($lang == 'zh-CN') {
10
+ $lang = "zh";
11
+ }
12
return include("lang.".$lang.".php");
13
}
14
0 commit comments