feat(i18n): add Traditional Chinese language support & rename 'Chinese' to 'Chinese (Simplified)' (#9887)

This commit is contained in:
Alex Yaroshuk
2026-01-22 05:33:26 +08:00
committed by GitHub
parent 383c2787f9
commit 23daac2170
11 changed files with 668 additions and 11 deletions

View File

@@ -286,7 +286,8 @@ export const dict = {
"context.usage.clickToView": "Click to view context",
"language.en": "English",
"language.zh": "Chinese",
"language.zh": "Chinese (Simplified)",
"language.zht": "Chinese (Traditional)",
"language.ko": "Korean",
"language.de": "German",
"language.es": "Spanish",