mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Correct zh-TW language name (the right way)
This commit is contained in:
parent
f438d04c42
commit
e0930c32a6
2 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,7 @@ Template.userFormsLayout.helpers({
|
|||
name = 'Igbo';
|
||||
} else if (lang.name === 'oc') {
|
||||
name = 'Occitan';
|
||||
} else if (lang.name === 'zh-TW') {
|
||||
} else if (lang.name === '繁体中文(台湾)') {
|
||||
name = '繁體中文(台灣)';
|
||||
}
|
||||
return { tag, name };
|
||||
|
|
|
@ -166,6 +166,8 @@ Template.changeLanguagePopup.helpers({
|
|||
name = 'Igbo';
|
||||
} else if (lang.name === 'oc') {
|
||||
name = 'Occitan';
|
||||
} else if (lang.name === '繁体中文(台湾)') {
|
||||
name = '繁體中文(台灣)';
|
||||
}
|
||||
return { tag, name };
|
||||
}).sort(function(a, b) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue