From 0bce238304c701fa7a8eed08eb6340c1a8930172 Mon Sep 17 00:00:00 2001 From: ANTOND <71350868+antond15@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:54:32 +0200 Subject: [PATCH] feat(locales): Make all language names localised (#65) * feat(locales): Make all language names localised * fix(locales): Remove duplicate locale "cr" is incorrent locale code for Croatian and is in this folder twice. "hr.json" is the correct file. * fix(locales/et): Language name --- locales/al.json | 2 +- locales/cr.json | 12 ------------ locales/cs.json | 2 +- locales/de.json | 2 +- locales/et.json | 2 +- locales/hu.json | 2 +- locales/it.json | 2 +- locales/lt.json | 2 +- locales/nl.json | 2 +- locales/ru.json | 2 +- locales/si.json | 2 +- locales/sk.json | 2 +- 12 files changed, 11 insertions(+), 23 deletions(-) delete mode 100644 locales/cr.json diff --git a/locales/al.json b/locales/al.json index 9b75192..c748388 100644 --- a/locales/al.json +++ b/locales/al.json @@ -1,5 +1,5 @@ { - "language": "Albanian", + "language": "Shqip", "ui": { "settings": { "title": "Cilësimet", diff --git a/locales/cr.json b/locales/cr.json deleted file mode 100644 index abf440a..0000000 --- a/locales/cr.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "language": "Croatian", - "ui": { - "settings": { - "title": "Postavke", - "language": "Jezik" - }, - "cancel": "Odustani", - "close": "Zatvoriti", - "confirm": "Potvrdite" - } -} diff --git a/locales/cs.json b/locales/cs.json index 2504d06..2b59347 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -1,5 +1,5 @@ { - "language": "Czech", + "language": "Čeština", "ui": { "settings": { "title": "Nastavení", diff --git a/locales/de.json b/locales/de.json index a329485..8ef38fe 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,5 +1,5 @@ { - "language": "German", + "language": "Deutsch", "ui": { "settings": { "title": "Einstellungen", diff --git a/locales/et.json b/locales/et.json index ab4348c..e14500f 100644 --- a/locales/et.json +++ b/locales/et.json @@ -1,5 +1,5 @@ { - "language": "Estonian", + "language": "Eesti", "ui": { "settings": { "title": "Seaded", diff --git a/locales/hu.json b/locales/hu.json index 319160e..4f5690a 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -1,5 +1,5 @@ { - "language": "Hungarian", + "language": "Magyar", "ui": { "settings": { "title": "Beállítások", diff --git a/locales/it.json b/locales/it.json index e2930e2..a7a5e15 100644 --- a/locales/it.json +++ b/locales/it.json @@ -1,5 +1,5 @@ { - "language": "Italian", + "language": "Italiano", "ui": { "settings": { "title": "Impostazioni", diff --git a/locales/lt.json b/locales/lt.json index 6128840..f3544ac 100644 --- a/locales/lt.json +++ b/locales/lt.json @@ -1,5 +1,5 @@ { - "language": "Lithuanian", + "language": "Lietuvių", "ui": { "settings": { "title": "Nustatymai", diff --git a/locales/nl.json b/locales/nl.json index f24b1f5..a3da37e 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -1,5 +1,5 @@ { - "language": "Dutch", + "language": "Nederlands", "ui": { "settings": { "title": "Instellingen", diff --git a/locales/ru.json b/locales/ru.json index d4af2e6..4cef82a 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -1,5 +1,5 @@ { - "language": "Russian", + "language": "Русский", "ui": { "settings": { "title": "Настройки", diff --git a/locales/si.json b/locales/si.json index 34eeffe..3bde0ec 100644 --- a/locales/si.json +++ b/locales/si.json @@ -1,5 +1,5 @@ { - "language": "Slovenian", + "language": "Slovenski", "ui": { "settings": { "title": "Nastavitve", diff --git a/locales/sk.json b/locales/sk.json index cfea4c1..db15dd3 100644 --- a/locales/sk.json +++ b/locales/sk.json @@ -1,5 +1,5 @@ { - "language": "Slovak", + "language": "Slovenčina", "ui": { "settings": { "title": "Nastavenia",