mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-11 07:25:42 -04:00
chore: Nuxt 4 upgrade (#7426)
This commit is contained in:
8
frontend/app/lang/locales/ru-RU.ts
Normal file
8
frontend/app/lang/locales/ru-RU.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default defineI18nLocale(async () => {
|
||||
const { ru: $vuetify } = await import("vuetify/locale");
|
||||
const { default: ruRU } = await import("../messages/ru-RU.json");
|
||||
return {
|
||||
...ruRU,
|
||||
$vuetify,
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user