feat: Add Português Brasil translation (#2077)

This commit is contained in:
Ciro Mota
2025-08-08 14:30:22 -03:00
committed by GitHub
parent 59f0c8b0d2
commit 5be7fb3038
3 changed files with 247 additions and 0 deletions
+5
View File
@@ -73,6 +73,11 @@ export default defineNuxtConfig({
language: 'zh-HK',
name: '繁體中文(香港)',
},
{
code: 'pt-BR',
language: 'pt-BR',
name: 'Português (Brasil)',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',