mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fixed language name of Deutsch (Schweiz).
Thanks to urmel1960 ! Fixes #3763
This commit is contained in:
parent
3c24c9966c
commit
621c701bef
3 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ Template.userFormsLayout.helpers({
|
|||
// ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo)
|
||||
name = 'مَصرى';
|
||||
} else if (lang.name === 'de-CH') {
|
||||
name = 'Schwiizerdütsch';
|
||||
name = 'Deutsch (Schweiz)';
|
||||
} else if (lang.name === 'fa-IR') {
|
||||
// fa-IR = Persian (Iran)
|
||||
name = 'فارسی/پارسی (ایران)';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue