mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
13 lines
186 B
TypeScript
13 lines
186 B
TypeScript
![]() |
export default defineI18nConfig(() => ({
|
||
|
legacy: false,
|
||
|
locale: 'en',
|
||
|
messages: {
|
||
|
en: {
|
||
|
welcome: 'Welcome',
|
||
|
},
|
||
|
fr: {
|
||
|
welcome: 'Bienvenue',
|
||
|
},
|
||
|
},
|
||
|
}));
|