Browse Source

修改管理默认语言

kevin_zhangl 2 years ago
parent
commit
33ac269764
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/helpers/Tool.php

+ 1 - 1
common/helpers/Tool.php

@@ -474,7 +474,7 @@ class Tool {
             default:
         }
 
-        return 'zh-CN';
+        return 'en-US';
     }
 
     /**