Fixed language name of Deutsch (Schweiz).

Thanks to urmel1960 !

Fixes #3763
This commit is contained in:
Lauri Ojansivu 2021-04-27 19:45:18 +03:00
parent 3c24c9966c
commit 621c701bef
3 changed files with 3 additions and 3 deletions

View file

@ -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 = 'فارسی/پارسی (ایران‎)';

View file

@ -175,7 +175,7 @@ Template.changeLanguagePopup.helpers({
// fa-IR = Persian (Iran)
name = 'فارسی/پارسی (ایران‎)';
} else if (lang.name === 'de-CH') {
name = 'Schwiizerdütsch';
name = 'Deutsch (Schweiz)';
} else if (lang.name === 'fr-BE') {
name = 'Français (Belgique)';
} else if (lang.name === 'fr-CA') {

View file

@ -63,7 +63,7 @@ tx pull -f -l ka
echo "German:"
tx pull -f -l de
echo "German (Switzerland):"
echo "German (Switzerland) => Deutsch (Schweiz):"
tx pull -f -l de_CH
echo "Greek:"