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

@@ -271,7 +271,8 @@ export const dict = {
"context.usage.clickToView": "컨텍스트를 보려면 클릭",
"language.en": "영어",
"language.zh": "중국어",
"language.zh": "중국어 (간체)",
"language.zht": "중국어 (번체)",
"language.ko": "한국어",
"language.de": "독일어",
"language.es": "스페인어",