mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-07-09 03:04:06 -04:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
export default defineI18nConfig(() => ({
|
|
legacy: false,
|
|
locale: 'en',
|
|
fallbackLocale: 'en',
|
|
}));
|