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

@@ -267,7 +267,8 @@ export const dict = {
"context.usage.clickToView": "クリックしてコンテキストを表示",
"language.en": "英語",
"language.zh": "中国語",
"language.zh": "中国語(簡体字)",
"language.zht": "中国語(繁体字)",
"language.ko": "韓国語",
"language.de": "ドイツ語",
"language.es": "スペイン語",