mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
Add Dutch language
This commit is contained in:
parent
a75de6d1cf
commit
2abf58acfd
2 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,7 @@ Vue.use(Vuetify);
|
|||
import de from "vuetify/es5/locale/de";
|
||||
import en from "vuetify/es5/locale/en";
|
||||
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";
|
||||
|
@ -43,6 +44,7 @@ const vuetify = new Vuetify({
|
|||
"de-DE": de,
|
||||
"en-US": en,
|
||||
"fr-FR": fr,
|
||||
"nl-NL": nl,
|
||||
"pl-PL": pl,
|
||||
"pt-PT": pt,
|
||||
"sv-SE": sv,
|
||||
|
|
|
@ -13,6 +13,10 @@ const state = {
|
|||
name: "Français (French)",
|
||||
value: "fr-FR",
|
||||
},
|
||||
{
|
||||
name: "Nederlands (Dutch)",
|
||||
value: "nl-NL",
|
||||
},
|
||||
{
|
||||
name: "Polski (Polish)",
|
||||
value: "pl-PL",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue