mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +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
|
|
@ -180,6 +180,8 @@ Template.changeLanguagePopup.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