mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-01-08 04:38:11 +00:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export default defineI18nConfig(() => ({
|
|
legacy: false,
|
|
locale: 'en',
|
|
fallbackLocale: 'en',
|
|
}));
|