Add Portuguese localization support

Introduces a new Portuguese translation file (pt.json) and updates the localization manager to recognize Portuguese as a supported language.
This commit is contained in:
Your Name
2025-09-30 21:25:30 +03:00
parent 69507abf32
commit bb8bf033bf
2 changed files with 330 additions and 1 deletions
+2 -1
View File
@@ -81,7 +81,8 @@ class LocalizationManager:
"current_language": "Current language: {language}",
"restart_required": "Language changes will take effect after restarting the application.",
"english": "English",
"spanish": "Español (Spanish)"
"spanish": "Español (Spanish)",
"portuguese": "Português (Portuguese)"
},
"download": {
"preparing": "🚀 Preparing your download...",