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