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

@@ -9,10 +9,8 @@ import es from "vuetify/es5/locale/es";
import fr from "vuetify/es5/locale/fr";
import nl from "vuetify/es5/locale/nl";
import pl from "vuetify/es5/locale/pl";
import pt from "vuetify/es5/locale/pt";
import sv from "vuetify/es5/locale/sv";
import zhHans from "vuetify/es5/locale/zh-Hans";
import zhHant from "vuetify/es5/locale/zh-Hant";
const vuetify = new Vuetify({
theme: {
@@ -48,10 +46,8 @@ const vuetify = new Vuetify({
"fr-FR": fr,
"nl-NL": nl,
"pl-PL": pl,
"pt-PT": pt,
"sv-SE": sv,
"zh-CN": zhHans,
"zh-TW": zhHant,
},
current: "en-US",
},