1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

feat: Migrate to Nuxt 3 framework (#5184)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
Hoa (Kyle) Trinh 2025-06-20 00:09:12 +07:00 committed by GitHub
parent 89ab7fac25
commit c24d532608
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
403 changed files with 23959 additions and 19557 deletions

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { af: $vuetify } = await import("vuetify/locale");
const { default: afZA } = await import("../messages/af-ZA.json");
return {
...afZA,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { ar: $vuetify } = await import("vuetify/locale");
const { default: arSA } = await import("../messages/ar-SA.json");
return {
...arSA,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { bg: $vuetify } = await import("vuetify/locale");
const { default: bgBG } = await import("../messages/bg-BG.json");
return {
...bgBG,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { ca: $vuetify } = await import("vuetify/locale");
const { default: caES } = await import("../messages/ca-ES.json");
return {
...caES,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { cs: $vuetify } = await import("vuetify/locale");
const { default: csCZ } = await import("../messages/cs-CZ.json");
return {
...csCZ,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { da: $vuetify } = await import("vuetify/locale");
const { default: daDK } = await import("../messages/da-DK.json");
return {
...daDK,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { de: $vuetify } = await import("vuetify/locale");
const { default: deDE } = await import("../messages/de-DE.json");
return {
...deDE,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { el: $vuetify } = await import("vuetify/locale");
const { default: elGR } = await import("../messages/el-GR.json");
return {
...elGR,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { en: $vuetify } = await import("vuetify/locale");
const { default: enGB } = await import("../messages/en-GB.json");
return {
...enGB,
$vuetify,
};
});

View file

@ -0,0 +1,9 @@
// File was already correctly named
export default defineI18nLocale(async () => {
const { en: $vuetify } = await import("vuetify/locale");
const { default: enUS } = await import("../messages/en-US.json");
return {
...enUS,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { es: $vuetify } = await import("vuetify/locale");
const { default: esES } = await import("../messages/es-ES.json");
return {
...esES,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { et: $vuetify } = await import("vuetify/locale");
const { default: etEE } = await import("../messages/et-EE.json");
return {
...etEE,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { fi: $vuetify } = await import("vuetify/locale");
const { default: fiFI } = await import("../messages/fi-FI.json");
return {
...fiFI,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { fr: $vuetify } = await import("vuetify/locale");
const { default: frBE } = await import("../messages/fr-BE.json");
return {
...frBE,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { fr: $vuetify } = await import("vuetify/locale");
const { default: frCA } = await import("../messages/fr-CA.json");
return {
...frCA,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { fr: $vuetify } = await import("vuetify/locale");
const { default: frFR } = await import("../messages/fr-FR.json");
return {
...frFR,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { es: $vuetify } = await import("vuetify/locale");
const { default: glES } = await import("../messages/gl-ES.json");
return {
...glES,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { he: $vuetify } = await import("vuetify/locale");
const { default: heIL } = await import("../messages/he-IL.json");
return {
...heIL,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { hr: $vuetify } = await import("vuetify/locale");
const { default: hrHR } = await import("../messages/hr-HR.json");
return {
...hrHR,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { hu: $vuetify } = await import("vuetify/locale");
const { default: huHU } = await import("../messages/hu-HU.json");
return {
...huHU,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { en: $vuetify } = await import("vuetify/locale");
const { default: isIS } = await import("../messages/is-IS.json");
return {
...isIS,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { it: $vuetify } = await import("vuetify/locale");
const { default: itIT } = await import("../messages/it-IT.json");
return {
...itIT,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { ja: $vuetify } = await import("vuetify/locale");
const { default: jaJP } = await import("../messages/ja-JP.json");
return {
...jaJP,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { ko: $vuetify } = await import("vuetify/locale");
const { default: koKR } = await import("../messages/ko-KR.json");
return {
...koKR,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { lt: $vuetify } = await import("vuetify/locale");
const { default: ltLT } = await import("../messages/lt-LT.json");
return {
...ltLT,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { lv: $vuetify } = await import("vuetify/locale");
const { default: lvLV } = await import("../messages/lv-LV.json");
return {
...lvLV,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { nl: $vuetify } = await import("vuetify/locale");
const { default: nlNL } = await import("../messages/nl-NL.json");
return {
...nlNL,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { no: $vuetify } = await import("vuetify/locale");
const { default: noNO } = await import("../messages/no-NO.json");
return {
...noNO,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { pl: $vuetify } = await import("vuetify/locale");
const { default: plPL } = await import("../messages/pl-PL.json");
return {
...plPL,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { pt: $vuetify } = await import("vuetify/locale");
const { default: ptBR } = await import("../messages/pt-BR.json");
return {
...ptBR,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { pt: $vuetify } = await import("vuetify/locale");
const { default: ptPT } = await import("../messages/pt-PT.json");
return {
...ptPT,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { ro: $vuetify } = await import("vuetify/locale");
const { default: roRO } = await import("../messages/ro-RO.json");
return {
...roRO,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { ru: $vuetify } = await import("vuetify/locale");
const { default: ruRU } = await import("../messages/ru-RU.json");
return {
...ruRU,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { sk: $vuetify } = await import("vuetify/locale");
const { default: skSK } = await import("../messages/sk-SK.json");
return {
...skSK,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { sl: $vuetify } = await import("vuetify/locale");
const { default: slSI } = await import("../messages/sl-SI.json");
return {
...slSI,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { en: $vuetify } = await import("vuetify/locale");
const { default: srSP } = await import("../messages/sr-SP.json");
return {
...srSP,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { sv: $vuetify } = await import("vuetify/locale");
const { default: svSE } = await import("../messages/sv-SE.json");
return {
...svSE,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { tr: $vuetify } = await import("vuetify/locale");
const { default: trTR } = await import("../messages/tr-TR.json");
return {
...trTR,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { uk: $vuetify } = await import("vuetify/locale");
const { default: ukUA } = await import("../messages/uk-UA.json");
return {
...ukUA,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { vi: $vuetify } = await import("vuetify/locale");
const { default: viVN } = await import("../messages/vi-VN.json");
return {
...viVN,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { zhHans: $vuetify } = await import("vuetify/locale");
const { default: zhCN } = await import("../messages/zh-CN.json");
return {
...zhCN,
$vuetify,
};
});

View file

@ -0,0 +1,8 @@
export default defineI18nLocale(async () => {
const { zhHant: $vuetify } = await import("vuetify/locale");
const { default: zhTW } = await import("../messages/zh-TW.json");
return {
...zhTW,
$vuetify,
};
});