mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30: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)
|
// ar-EG = Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo)
|
||||||
name = 'مَصرى';
|
name = 'مَصرى';
|
||||||
} else if (lang.name === 'de-CH') {
|
} else if (lang.name === 'de-CH') {
|
||||||
name = 'Schwiizerdütsch';
|
name = 'Deutsch (Schweiz)';
|
||||||
} else if (lang.name === 'fa-IR') {
|
} else if (lang.name === 'fa-IR') {
|
||||||
// fa-IR = Persian (Iran)
|
// fa-IR = Persian (Iran)
|
||||||
name = 'فارسی/پارسی (ایران)';
|
name = 'فارسی/پارسی (ایران)';
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,7 @@ Template.changeLanguagePopup.helpers({
|
||||||
// fa-IR = Persian (Iran)
|
// fa-IR = Persian (Iran)
|
||||||
name = 'فارسی/پارسی (ایران)';
|
name = 'فارسی/پارسی (ایران)';
|
||||||
} else if (lang.name === 'de-CH') {
|
} else if (lang.name === 'de-CH') {
|
||||||
name = 'Schwiizerdütsch';
|
name = 'Deutsch (Schweiz)';
|
||||||
} else if (lang.name === 'fr-BE') {
|
} else if (lang.name === 'fr-BE') {
|
||||||
name = 'Français (Belgique)';
|
name = 'Français (Belgique)';
|
||||||
} else if (lang.name === 'fr-CA') {
|
} else if (lang.name === 'fr-CA') {
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ tx pull -f -l ka
|
||||||
echo "German:"
|
echo "German:"
|
||||||
tx pull -f -l de
|
tx pull -f -l de
|
||||||
|
|
||||||
echo "German (Switzerland):"
|
echo "German (Switzerland) => Deutsch (Schweiz):"
|
||||||
tx pull -f -l de_CH
|
tx pull -f -l de_CH
|
||||||
|
|
||||||
echo "Greek:"
|
echo "Greek:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue