Add Brazilian Portuguese translation

This commit is contained in:
CloudyyUw 2022-12-16 17:52:17 -03:00
parent 8ab40b5c72
commit e4273cf274
No known key found for this signature in database
GPG key ID: 829A6BEA9FB9F236
2 changed files with 78 additions and 0 deletions

View file

@ -92,6 +92,10 @@ export const SUPPORTED_LOCALES = [
code: 'zh_Hans',
name: '中文 (简体)',
},
{
code: 'pt_br',
name: 'Português Brasileiro',
},
];
export const useNav = defineStore('nav', () => {