feat: language support traditional chinese

This commit is contained in:
HimiCos
2023-03-28 21:29:30 +08:00
parent e93ea0fa97
commit 307be405ac
5 changed files with 134 additions and 5 deletions

View File

@@ -220,6 +220,10 @@ export function Settings(props: { closeSettings: () => void }) {
<option value="cn" key="cn">
{Locale.Settings.Lang.Options.cn}
</option>
<option value="tw" key="tw">
{Locale.Settings.Lang.Options.tw}
</option>
</select>
</div>
</SettingItem>