diff --git a/game/src/translation.rpy b/game/src/translation.rpy index 4f02b51..af917a6 100644 --- a/game/src/translation.rpy +++ b/game/src/translation.rpy @@ -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