forked from Cavemanon/SnootGame
Add the real translation string
This commit is contained in:
@ -8,7 +8,7 @@ instead of the dynamic displayable stuff
|
|||||||
init python:
|
init python:
|
||||||
list_langs_buttons = [
|
list_langs_buttons = [
|
||||||
{'image': 'gui/flag/USofA.png', 'name': 'English', 'value': None },
|
{'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
|
class LangCave: #todo: think of a better name
|
||||||
|
Reference in New Issue
Block a user