Files
mealie/frontend/lang/locales/lv-LV.ts
2025-06-19 17:09:12 +00:00

9 lines
220 B
TypeScript

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