mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Added new translation: [French (Switzerland) (fr_CH).
Thanks to translators!
This commit is contained in:
parent
ad4de9e85d
commit
23c70ac252
8 changed files with 1076 additions and 6 deletions
|
|
@ -86,6 +86,8 @@ Template.userFormsLayout.helpers({
|
|||
name = 'Français (Belgique)';
|
||||
} else if (lang.name === 'fr-CA') {
|
||||
name = 'Français (Canada)';
|
||||
} else if (lang.name === 'fr-CH') {
|
||||
name = 'Français (Schweiz)';
|
||||
} else if (lang.name === 'ig') {
|
||||
name = 'Igbo';
|
||||
} else if (lang.name === 'lv') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue