1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-02 03:55:17 +02:00
it-tools/packages/app/i18n.config.ts
2024-10-26 10:54:32 +02:00

5 lines
103 B
TypeScript

export default defineI18nConfig(() => ({
legacy: false,
locale: 'en',
fallbackLocale: 'en',
}));