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