Browse Source

Update i18n.config.ts

pull/2473/head
HackingAll 5 months ago
committed by GitHub
parent
commit
9a0e34e77a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/i18n/i18n.config.ts

2
src/i18n/i18n.config.ts

@ -17,6 +17,7 @@ import id from './locales/id.json';
import nl from './locales/nl.json';
import nb from './locales/nb.json';
import bg from './locales/bg.json';
import gl from './locales/gl.json';
export default defineI18nConfig(() => ({
legacy: false,
@ -41,5 +42,6 @@ export default defineI18nConfig(() => ({
nl,
nb,
bg,
gl,
},
}));

Loading…
Cancel
Save