Add Russian language option to localization

Introduced a new 'russian' entry in the language selection dictionary, enabling support for Russian language labeling in the application.
This commit is contained in:
Your Name
2025-09-30 21:42:43 +03:00
parent acf65b01b2
commit 3cdcfe2ce5
+2 -1
View File
@@ -82,7 +82,8 @@ class LocalizationManager:
"restart_required": "Language changes will take effect after restarting the application.", "restart_required": "Language changes will take effect after restarting the application.",
"english": "English", "english": "English",
"spanish": "Español (Spanish)", "spanish": "Español (Spanish)",
"portuguese": "Português (Portuguese)" "portuguese": "Português (Portuguese)",
"russian": "Русский (Russian)"
}, },
"download": { "download": {
"preparing": "🚀 Preparing your download...", "preparing": "🚀 Preparing your download...",