summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index 20855bb..473bdc9 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -707,10 +707,10 @@ screen preferences():
textbutton "English" action Language(None)
textbutton "Brasileiro" action Language("pt_br")
textbutton "Français" action Language("fr")
- textbutton "Deutsch" action Language("de")
+ #textbutton "Deutsch" action Language("de")
textbutton "Español" action Language("es")
#textbutton "Italiano" action Language("it")
- #textbutton "Русский" action Language("ru")
+ textbutton "Русский" action Language("ru")
null height 10
if persistent.hello is not None:
null height 20