From ee5fd87d78e2ad8f1da09ba5757801bf3c8d4b8e Mon Sep 17 00:00:00 2001 From: nutbuster Date: Thu, 3 Nov 2022 08:13:51 +1100 Subject: [PATCH] Add the real translation string --- game/src/translation.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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