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
+2
View File
@@ -7,6 +7,7 @@ import zhhk from './locales/zh-HK.json';
import zhcn from './locales/zh-CN.json';
import ko from './locales/ko.json';
import es from './locales/es.json';
import ptbr from './locales/pt-BR.json';
export default defineI18nConfig(() => ({
legacy: false,
@@ -21,5 +22,6 @@ export default defineI18nConfig(() => ({
'zh-CN': zhcn,
ko,
es,
'pt-BR': ptbr,
},
}));