This website works better with JavaScript
Home
Explore
Help
Register
Sign In
guanli
/
ngds
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
修改管理默认语言
kevin_zhangl
2 years ago
parent
b9bc5f87d9
commit
33ac269764
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
common/helpers/Tool.php
+ 1
- 1
common/helpers/Tool.php
View File
@@ -474,7 +474,7 @@ class Tool {
default:
}
- return '
zh-CN
';
+ return '
en-US
';
}
/**