mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Add traditional chinese locale (#685)
This commit is contained in:
parent
eda6821288
commit
733bb77ddb
@ -13,6 +13,7 @@ import nl from "vuetify/es5/locale/nl";
|
|||||||
import pl from "vuetify/es5/locale/pl";
|
import pl from "vuetify/es5/locale/pl";
|
||||||
import sv from "vuetify/es5/locale/sv";
|
import sv from "vuetify/es5/locale/sv";
|
||||||
import zhHans from "vuetify/es5/locale/zh-Hans";
|
import zhHans from "vuetify/es5/locale/zh-Hans";
|
||||||
|
import zhHant from "vuetify/es5/locale/zh-Hant";
|
||||||
|
|
||||||
const vuetify = new Vuetify({
|
const vuetify = new Vuetify({
|
||||||
theme: {
|
theme: {
|
||||||
@ -53,6 +54,7 @@ const vuetify = new Vuetify({
|
|||||||
"pl-PL": pl,
|
"pl-PL": pl,
|
||||||
"sv-SE": sv,
|
"sv-SE": sv,
|
||||||
"zh-CN": zhHans,
|
"zh-CN": zhHans,
|
||||||
|
"zh-TW": zhHant,
|
||||||
},
|
},
|
||||||
current: "en-US",
|
current: "en-US",
|
||||||
},
|
},
|
||||||
|
@ -45,6 +45,10 @@ const state = {
|
|||||||
name: "简体中文 (Chinese simplified)",
|
name: "简体中文 (Chinese simplified)",
|
||||||
value: "zh-CN",
|
value: "zh-CN",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "繁體中文 (Chinese traditional)",
|
||||||
|
value: "zh-TW",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user