import {loginIt} from "@/locale/it/login.ts"; import {headerIt} from "@/locale/it/header.ts"; export const vueI18n = { locale: 'it', fallbackLocale: 'it', messages: { it: { login: loginIt, header: headerIt } } }