Browse Source

Update nuxt.config.ts

pull/2126/head
xGhostxDev 1 month ago
committed by GitHub
parent
commit
361055949e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      src/nuxt.config.ts

5
src/nuxt.config.ts

@ -73,6 +73,11 @@ export default defineNuxtConfig({
language: 'zh-HK',
name: '繁體中文(香港)',
},
{
code: 'pl',
language: 'pl-PL',
name: 'Polski',
},
{
code: 'pt-BR',
language: 'pt-BR',

Loading…
Cancel
Save