mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Add Brazilian Portuguese translation
This commit is contained in:
parent
8ab40b5c72
commit
e4273cf274
2 changed files with 78 additions and 0 deletions
|
@ -92,6 +92,10 @@ export const SUPPORTED_LOCALES = [
|
|||
code: 'zh_Hans',
|
||||
name: '中文 (简体)',
|
||||
},
|
||||
{
|
||||
code: 'pt_br',
|
||||
name: 'Português Brasileiro',
|
||||
},
|
||||
];
|
||||
|
||||
export const useNav = defineStore('nav', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue