Update picodulce.py

This commit is contained in:
Nix 2025-03-01 04:58:31 -03:00 committed by GitHub
parent 6dff77c7e4
commit d33d685373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -373,9 +373,8 @@ class PicomcVersionSelector(QWidget):
language_dropdown = QComboBox()
languages = {
"English": "en",
"Spanish": "es",
"French": "fr",
"German": "de"
"Español": "es",
"Italiano": "it"
# Here will be more
}