Files
mealie/frontend/app/lang/locales/he-IL.ts
2026-04-08 15:25:41 +00:00

9 lines
220 B
TypeScript

export default defineI18nLocale(async () => {
const { he: $vuetify } = await import("vuetify/locale");
const { default: heIL } = await import("../messages/he-IL.json");
return {
...heIL,
$vuetify,
};
});