Add Traditional Chinese

This commit is contained in:
ImUrX
2023-01-28 02:25:23 -03:00
committed by SlimeVR-Bot
parent 75866b651c
commit aec302956e
2 changed files with 8 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ export const langs = [
name: '🇨🇳 简体中文',
key: 'zh-Hans',
},
{
name: '🧋 繁體中文',
key: 'zh-Hant',
},
{
name: '🥺 Engwish~ OwO',
key: 'en-x-owo',

View File

@@ -2,6 +2,7 @@
basepath = "."
locales = [
'de',
"en-x-owo",
"es-419",
"et",
@@ -9,10 +10,12 @@ locales = [
"it",
"ja",
"ko",
'nl',
"pl",
"pt-BR",
"vi",
"zh-Hans"
"zh-Hans",
"zh-Hant",
]
[[paths]]