mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Add support for the Hungarian language (hu-HU) (#639)
This commit is contained in:
parent
940663a22d
commit
98b0f8779b
@ -7,6 +7,7 @@ import de from "vuetify/es5/locale/de";
|
||||
import en from "vuetify/es5/locale/en";
|
||||
import es from "vuetify/es5/locale/es";
|
||||
import fr from "vuetify/es5/locale/fr";
|
||||
import hu from "vuetify/es5/locale/hu";
|
||||
import it from "vuetify/es5/locale/it";
|
||||
import nl from "vuetify/es5/locale/nl";
|
||||
import pl from "vuetify/es5/locale/pl";
|
||||
@ -46,6 +47,7 @@ const vuetify = new Vuetify({
|
||||
"en-GB": en,
|
||||
"es-ES": es,
|
||||
"fr-FR": fr,
|
||||
"hu-HU": hu,
|
||||
"it-IT": it,
|
||||
"nl-NL": nl,
|
||||
"pl-PL": pl,
|
||||
|
@ -21,6 +21,10 @@ const state = {
|
||||
name: "Français (French)",
|
||||
value: "fr-FR",
|
||||
},
|
||||
{
|
||||
name: "Magyar (Hungarian)",
|
||||
value: "hu-HU",
|
||||
},
|
||||
{
|
||||
name: "Italiano (Italian)",
|
||||
value: "it-IT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user