Added missing language

Signed-off-by: Shiny Nematoda <snematoda@noreply.codeberg.org>
This commit is contained in:
Shiny Nematoda 2023-08-27 11:06:21 +00:00
parent 64e147fe68
commit f5f6ded8b1

View file

@ -108,6 +108,10 @@ export const SUPPORTED_LOCALES = [
code: 'zh_Hans',
name: '中文 (简体)',
},
{
code: 'zh_Hant',
name: '中文(繁體)',
},
];
export const useNav = defineStore('nav', () => {