mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-10 23:15:34 -04:00
chore: Nuxt 4 upgrade (#7426)
This commit is contained in:
9
frontend/app/lang/locales/en-US.ts
Normal file
9
frontend/app/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,
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user