mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
repair calander bug
This commit is contained in:
@@ -12,7 +12,7 @@ function translateCalendar() {
|
||||
const locale = window.app.config ? window.app.config.lang : 'en';
|
||||
let language;
|
||||
switch (locale) {
|
||||
case 'zh-CH':
|
||||
case 'zh-cn':
|
||||
language = zhCN;
|
||||
break;
|
||||
case 'zh-tw':
|
||||
|
Reference in New Issue
Block a user