13 lines
No EOL
300 B
TypeScript
13 lines
No EOL
300 B
TypeScript
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
|
|
}
|
|
}
|
|
} |