mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Revert code that broke changing language.
This commit is contained in:
parent
6c26dad562
commit
5752383d3c
1 changed files with 0 additions and 5 deletions
|
|
@ -22,10 +22,5 @@ Meteor.startup(() => {
|
||||||
TAPi18n.setLanguage(language);
|
TAPi18n.setLanguage(language);
|
||||||
T9n.setLanguage(language);
|
T9n.setLanguage(language);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (language === 'zh') {
|
|
||||||
TAPi18n.setLanguage('zh_CN');
|
|
||||||
T9n.setLanguage('zh_CN');
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue