mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export default defineI18nConfig(() => ({
|
|
legacy: false,
|
|
fallbackLocale: 'en',
|
|
}))
|