Add Chinese localization and update language support

Added a new Simplified Chinese translation file (zh.json) and updated all language files to include Chinese as a selectable language. Updated format quality color logic in the format table to recognize Chinese quality terms, ensuring proper color coding for quality labels in the UI. Also updated the localization manager to include Chinese in the language selection.
This commit is contained in:
Your Name
2025-09-30 21:49:24 +03:00
parent 3cdcfe2ce5
commit 9005bb61c1
7 changed files with 341 additions and 7 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ class LocalizationManager:
"english": "English",
"spanish": "Español (Spanish)",
"portuguese": "Português (Portuguese)",
"russian": "Русский (Russian)"
"russian": "Русский (Russian)",
"chinese": "中文 (简体) (Chinese Simplified)"
},
"download": {
"preparing": "🚀 Preparing your download...",