Remove unmaintained languages + minor localization tasks (#587)

* Fix missing string

* Localize "loading recipes"

* Remove unmaintained languages

Remove support for Danish, Portuguese and Chinese Traditional,
since their current translation state is <20%
This commit is contained in:
sephrat
2021-06-22 20:23:52 +02:00
committed by GitHub
parent c463ef279a
commit 2e8c50e4ba
5 changed files with 16 additions and 27 deletions

View File

@@ -5,10 +5,6 @@ const state = {
name: "English",
value: "en-US",
},
{
name: "Dansk (Danish)",
value: "da-DK",
},
{
name: "Deutsch (German)",
value: "de-DE",
@@ -29,10 +25,6 @@ const state = {
name: "Polski (Polish)",
value: "pl-PL",
},
{
name: "Português (Portuguese)",
value: "pt-PT",
},
{
name: "Svenska (Swedish)",
value: "sv-SE",
@@ -41,10 +33,6 @@ const state = {
name: "简体中文 (Chinese simplified)",
value: "zh-CN",
},
{
name: "繁體中文 (Chinese traditional)",
value: "zh-TW",
},
],
};