mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Added missing language
Signed-off-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
This commit is contained in:
parent
64e147fe68
commit
f5f6ded8b1
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ export const SUPPORTED_LOCALES = [
|
|||
code: 'zh_Hans',
|
||||
name: '中文 (简体)',
|
||||
},
|
||||
{
|
||||
code: 'zh_Hant',
|
||||
name: '中文(繁體)',
|
||||
},
|
||||
];
|
||||
|
||||
export const useNav = defineStore('nav', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue