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