change name of portugues translation to Portugues (BR) to be in line with Wani

This commit is contained in:
2025-06-07 17:51:28 -05:00
parent f32cdea074
commit cdf15441dc

View File

@ -69,7 +69,7 @@ init python:
{'image': 'gui/flag/Rus.png', 'name': 'Русский', 'value': 'ru'},
{'image': 'gui/flag/Poland.png', 'name': 'Polski', 'value': 'pl'},
{'image': 'gui/flag/Italy.png', 'name': 'Italiano', 'value': 'it'},
{'image': 'gui/flag/Brazil.png', 'name': 'Português', 'value': 'pt_br'}
{'image': 'gui/flag/Brazil.png', 'name': 'Português (BR)', 'value': 'pt_br'}
]
#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.