Added Italian Translation Files and Translated screens.py and such lol

This commit is contained in:
2024-02-16 13:21:40 +01:00
parent 0a73b042bf
commit 930fafedef
55 changed files with 90583 additions and 10 deletions

View File

@ -38,7 +38,8 @@ init python:
languages = [
{'image': 'gui/flag/USofA.png', 'name': 'English', 'value': None },
{'image': 'gui/flag/Mexico.png', 'name': 'Español', 'value': 'es'},
{'image': 'gui/flag/Rus.png', 'name': 'Русский', 'value': 'ru'}
{'image': 'gui/flag/Rus.png', 'name': 'Русский', 'value': 'ru'},
{'image': 'gui/flag/Italy.png', 'name': 'Italiano', 'value': 'it'}
]
#This was done so it would work with whatever amount of languages you wanted, I tried it with up to 200 and it worked nicely.