Browse Source

Update nuxt.config.ts

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

5
src/nuxt.config.ts

@ -124,6 +124,11 @@ export default defineNuxtConfig({
language: 'bg-BG', language: 'bg-BG',
name: 'Български', name: 'Български',
}, },
{
code: 'gl',
language: 'gl-ES',
name: 'Galego',
},
], ],
defaultLocale: 'en', defaultLocale: 'en',
vueI18n: './i18n.config.ts', vueI18n: './i18n.config.ts',

Loading…
Cancel
Save