mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
Merge branch 'doggy8088-patch-1'
This commit is contained in:
commit
e4ec5c38b7
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ Template.userFormsLayout.helpers({
|
|||
name = 'Igbo';
|
||||
} else if (lang.name === 'oc') {
|
||||
name = 'Occitan';
|
||||
} else if (lang.name === 'zh-TW') {
|
||||
name = '繁體中文(台灣)';
|
||||
}
|
||||
return { tag, name };
|
||||
}).sort(function(a, b) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue