mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-08 13:06:32 -05:00
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:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user