mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 17:44:57 +08:00
feat: language support traditional chinese
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user