Capital/i18n.config.ts

4 lines
69 B
TypeScript
Raw Normal View History

export default defineI18nConfig(() => ({
fallbackLocale: 'en',
}))