Added translations: English (Brazil) en-BR and Czech (Czech Republic) cs-CZ.

Thanks to translators !
This commit is contained in:
Lauri Ojansivu 2022-03-29 00:07:01 +03:00
parent 1431e4fd48
commit ca15e060bb
6 changed files with 2317 additions and 1 deletions

View file

@ -132,10 +132,14 @@ 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 === 'cs-CZ') {
name = 'čeština (Česká republika)';
} else if (lang.name === 'de-CH') {
name = 'Deutsch (Schweiz)';
} else if (lang.name === 'de-AT') {
name = 'Deutsch (Österreich)';
} else if (lang.name === 'en-BR') {
name = 'English (Brazil)';
} else if (lang.name === 'en-DE') {
name = 'English (Germany)';
} else if (lang.name === 'et-EE') {