Added German (Switzerland) (de_CH) Part 3.

Fixed lint.

Thanks to translators and xet7 !
This commit is contained in:
Lauri Ojansivu 2021-04-16 21:47:39 +03:00
parent 1b86aeb4f5
commit 6ff9c5b58d
5 changed files with 8 additions and 6 deletions

View file

@ -77,6 +77,8 @@ Template.userFormsLayout.helpers({
} else if (lang.name === 'ar-EG') {
// ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo)
name = 'مَصرى';
} else if (lang.name === 'de-CH') {
name = 'Schwiizerdütsch';
} else if (lang.name === 'fa-IR') {
// fa-IR = Persian (Iran)
name = 'فارسی/پارسی (ایران‎)';