mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Add the real translation string
This commit is contained in:
parent
00a49d2342
commit
ee5fd87d78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue