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:
parent
89ab7fac25
commit
c24d532608
403 changed files with 23959 additions and 19557 deletions
8
frontend/lang/locales/af-ZA.ts
Normal file
8
frontend/lang/locales/af-ZA.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/ar-SA.ts
Normal file
8
frontend/lang/locales/ar-SA.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/bg-BG.ts
Normal file
8
frontend/lang/locales/bg-BG.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/ca-ES.ts
Normal file
8
frontend/lang/locales/ca-ES.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/cs-CZ.ts
Normal file
8
frontend/lang/locales/cs-CZ.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/da-DK.ts
Normal file
8
frontend/lang/locales/da-DK.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/de-DE.ts
Normal file
8
frontend/lang/locales/de-DE.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/el-GR.ts
Normal file
8
frontend/lang/locales/el-GR.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/en-GB.ts
Normal file
8
frontend/lang/locales/en-GB.ts
Normal 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,
|
||||
};
|
||||
});
|
9
frontend/lang/locales/en-US.ts
Normal file
9
frontend/lang/locales/en-US.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/es-ES.ts
Normal file
8
frontend/lang/locales/es-ES.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/et-EE.ts
Normal file
8
frontend/lang/locales/et-EE.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/fi-FI.ts
Normal file
8
frontend/lang/locales/fi-FI.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/fr-BE.ts
Normal file
8
frontend/lang/locales/fr-BE.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/fr-CA.ts
Normal file
8
frontend/lang/locales/fr-CA.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/fr-FR.ts
Normal file
8
frontend/lang/locales/fr-FR.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/gl-ES.ts
Normal file
8
frontend/lang/locales/gl-ES.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/he-IL.ts
Normal file
8
frontend/lang/locales/he-IL.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/hr-HR.ts
Normal file
8
frontend/lang/locales/hr-HR.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/hu-HU.ts
Normal file
8
frontend/lang/locales/hu-HU.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/is-IS.ts
Normal file
8
frontend/lang/locales/is-IS.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/it-IT.ts
Normal file
8
frontend/lang/locales/it-IT.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/ja-JP.ts
Normal file
8
frontend/lang/locales/ja-JP.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/ko-KR.ts
Normal file
8
frontend/lang/locales/ko-KR.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/lt-LT.ts
Normal file
8
frontend/lang/locales/lt-LT.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/lv-LV.ts
Normal file
8
frontend/lang/locales/lv-LV.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/nl-NL.ts
Normal file
8
frontend/lang/locales/nl-NL.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/no-NO.ts
Normal file
8
frontend/lang/locales/no-NO.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/pl-PL.ts
Normal file
8
frontend/lang/locales/pl-PL.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/pt-BR.ts
Normal file
8
frontend/lang/locales/pt-BR.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/pt-PT.ts
Normal file
8
frontend/lang/locales/pt-PT.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/ro-RO.ts
Normal file
8
frontend/lang/locales/ro-RO.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/ru-RU.ts
Normal file
8
frontend/lang/locales/ru-RU.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/sk-SK.ts
Normal file
8
frontend/lang/locales/sk-SK.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/sl-SI.ts
Normal file
8
frontend/lang/locales/sl-SI.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/sr-SP.ts
Normal file
8
frontend/lang/locales/sr-SP.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/sv-SE.ts
Normal file
8
frontend/lang/locales/sv-SE.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/tr-TR.ts
Normal file
8
frontend/lang/locales/tr-TR.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/uk-UA.ts
Normal file
8
frontend/lang/locales/uk-UA.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/vi-VN.ts
Normal file
8
frontend/lang/locales/vi-VN.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/zh-CN.ts
Normal file
8
frontend/lang/locales/zh-CN.ts
Normal 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,
|
||||
};
|
||||
});
|
8
frontend/lang/locales/zh-TW.ts
Normal file
8
frontend/lang/locales/zh-TW.ts
Normal 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,
|
||||
};
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue