mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 2 additions and 2 deletions
@ -1,11 +1,11 @@ |
|||
import en from './locales/en.json'; |
|||
import ua from './locales/ua.json'; |
|||
import uk from './locales/uk.json'; |
|||
|
|||
export default defineI18nConfig(() => ({ |
|||
legacy: false, |
|||
fallbackLocale: 'en', |
|||
messages: { |
|||
en, |
|||
ua, |
|||
uk, |
|||
}, |
|||
})); |
|||
|
Loading…
Reference in new issue