Add Dutch language

This commit is contained in:
Florian Dupret 2021-06-08 09:17:43 +02:00
commit 2abf58acfd
2 changed files with 6 additions and 0 deletions

View file

@ -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,

View file

@ -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",