mirror of
https://github.com/wekan/wekan.git
synced 2025-12-27 12:48:49 +01:00
Update translations.
This commit is contained in:
parent
219ed89f62
commit
6c26dad562
3 changed files with 7 additions and 2 deletions
|
|
@ -22,5 +22,10 @@ Meteor.startup(() => {
|
|||
TAPi18n.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