Browse Source

Update nuxt.config.ts

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

5
src/nuxt.config.ts

@ -34,6 +34,11 @@ export default defineNuxtConfig({
language: 'en-US',
name: 'English',
},
{
code: 'uk',
language: 'uk-UA',
name: 'Українська',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',

Loading…
Cancel
Save