HackingAll
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/i18n/i18n.config.ts
|
|
@ -17,6 +17,7 @@ import id from './locales/id.json'; |
|
|
import nl from './locales/nl.json'; |
|
|
import nl from './locales/nl.json'; |
|
|
import nb from './locales/nb.json'; |
|
|
import nb from './locales/nb.json'; |
|
|
import bg from './locales/bg.json'; |
|
|
import bg from './locales/bg.json'; |
|
|
|
|
|
import gl from './locales/gl.json'; |
|
|
|
|
|
|
|
|
export default defineI18nConfig(() => ({ |
|
|
export default defineI18nConfig(() => ({ |
|
|
legacy: false, |
|
|
legacy: false, |
|
|
@ -41,5 +42,6 @@ export default defineI18nConfig(() => ({ |
|
|
nl, |
|
|
nl, |
|
|
nb, |
|
|
nb, |
|
|
bg, |
|
|
bg, |
|
|
|
|
|
gl, |
|
|
}, |
|
|
}, |
|
|
})); |
|
|
})); |
|
|
|