From 7646731470eb699f3b4e359f421e51a8ddacf521 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 3 Feb 2022 17:23:53 +0200 Subject: [PATCH] 2.1.2 (2) - actually fixed the problem with Chinese voice package --- public/locales/de-de.yaml | 2 +- public/locales/en-us.yaml | 2 +- public/locales/es-es.yaml | 2 +- public/locales/fr-fr.yaml | 2 +- public/locales/hu-hu.yaml | 2 +- public/locales/id-id.yaml | 2 +- public/locales/it-it.yaml | 2 +- public/locales/ru-ru.yaml | 2 +- public/locales/uwu.yaml | 2 +- src/settings.svelte | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/de-de.yaml b/public/locales/de-de.yaml index 1084594..b6f7b2c 100644 --- a/public/locales/de-de.yaml +++ b/public/locales/de-de.yaml @@ -92,7 +92,7 @@ settings: en-us: Englisch (US) ja-jp: Japanisch ko-kr: Koreanische - zn-cn: Chinesisch + zh-cn: Chinesisch # Launcher thema theme: diff --git a/public/locales/en-us.yaml b/public/locales/en-us.yaml index caf8873..0a4ffcd 100644 --- a/public/locales/en-us.yaml +++ b/public/locales/en-us.yaml @@ -92,7 +92,7 @@ settings: en-us: English (US) ja-jp: Japanese ko-kr: Korean - zn-cn: Chinese + zh-cn: Chinese # Launcher theme theme: diff --git a/public/locales/es-es.yaml b/public/locales/es-es.yaml index 1eadc93..11ea417 100644 --- a/public/locales/es-es.yaml +++ b/public/locales/es-es.yaml @@ -92,7 +92,7 @@ settings: en-us: Inglés (EEUU) ja-jp: Japonés ko-kr: Coreano - zn-cn: Chino + zh-cn: Chino # Tema del Launcher theme: diff --git a/public/locales/fr-fr.yaml b/public/locales/fr-fr.yaml index 9479a92..6bc11a9 100644 --- a/public/locales/fr-fr.yaml +++ b/public/locales/fr-fr.yaml @@ -94,7 +94,7 @@ settings: en-us: Anglaise (US) ja-jp: Japonaise ko-kr: Coréen - zn-cn: Chinoise + zh-cn: Chinoise # Launcher theme theme: diff --git a/public/locales/hu-hu.yaml b/public/locales/hu-hu.yaml index 8bc5914..80455ee 100644 --- a/public/locales/hu-hu.yaml +++ b/public/locales/hu-hu.yaml @@ -92,7 +92,7 @@ settings: en-us: English (US) ja-jp: Japanese ko-kr: Korean - zn-cn: Chinese + zh-cn: Chinese # Launcher theme theme: diff --git a/public/locales/id-id.yaml b/public/locales/id-id.yaml index 62ce4db..5405720 100644 --- a/public/locales/id-id.yaml +++ b/public/locales/id-id.yaml @@ -91,7 +91,7 @@ settings: en-us: English (US) ja-jp: Japanese ko-kr: Korean - zn-cn: Chinese + zh-cn: Chinese # Launcher theme theme: diff --git a/public/locales/it-it.yaml b/public/locales/it-it.yaml index 70f83eb..84c4dd5 100644 --- a/public/locales/it-it.yaml +++ b/public/locales/it-it.yaml @@ -92,7 +92,7 @@ settings: en-us: Inglese (US) ja-jp: Giapponese ko-kr: Coreano - zn-cn: Cinese + zh-cn: Cinese # Launcher theme theme: diff --git a/public/locales/ru-ru.yaml b/public/locales/ru-ru.yaml index fc2f664..3301077 100644 --- a/public/locales/ru-ru.yaml +++ b/public/locales/ru-ru.yaml @@ -92,7 +92,7 @@ settings: en-us: Английский (США) ja-jp: Японский ko-kr: Корейский - zn-cn: Китайский + zh-cn: Китайский # Тема лаунчера theme: diff --git a/public/locales/uwu.yaml b/public/locales/uwu.yaml index 9446c66..2550639 100644 --- a/public/locales/uwu.yaml +++ b/public/locales/uwu.yaml @@ -92,7 +92,7 @@ settings: en-us: engwish (us) ja-jp: japanese ko-kr: kowean - zn-cn: chinese + zh-cn: chinese # Launcher theme theme: diff --git a/src/settings.svelte b/src/settings.svelte index 41b4a35..19387bb 100644 --- a/src/settings.svelte +++ b/src/settings.svelte @@ -230,7 +230,7 @@ 'en-us': 'settings.general.items.lang.voice.items.en-us', 'ja-jp': 'settings.general.items.lang.voice.items.ja-jp', 'ko-kr': 'settings.general.items.lang.voice.items.ko-kr', - 'zn-cn': 'settings.general.items.lang.voice.items.zn-cn' + 'zh-cn': 'settings.general.items.lang.voice.items.zh-cn' }} selectionUpdated={() => voiceUpdateRequired = true} />