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