Add the real translation string

This commit is contained in:
Nutbuster 2022-11-03 08:13:51 +11:00
parent 00a49d2342
commit ee5fd87d78
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ instead of the dynamic displayable stuff
init python:
list_langs_buttons = [
{'image': 'gui/flag/USofA.png', 'name': 'English', 'value': None },
{'image': 'gui/flag/Mexico.png', 'name': 'Español', 'value': 'test'}
{'image': 'gui/flag/Mexico.png', 'name': 'Español', 'value': 'es'}
]
class LangCave: #todo: think of a better name