diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-19 02:33:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-19 02:33:14 -0300 |
commit | cfe86f6be341bf6e05dba430eab06e811f9778c1 (patch) | |
tree | 7840b2d6de8c6e504407ef9be4ca60129e0caa8d /game | |
parent | 1d288fb3f1ac63605781b116b732d4555e01d01f (diff) | |
download | renpy-cfe86f6be341bf6e05dba430eab06e811f9778c1.tar.gz renpy-cfe86f6be341bf6e05dba430eab06e811f9778c1.tar.bz2 renpy-cfe86f6be341bf6e05dba430eab06e811f9778c1.tar.xz renpy-cfe86f6be341bf6e05dba430eab06e811f9778c1.zip |
Omit the italian version temporarily
Diffstat (limited to 'game')
-rw-r--r-- | game/screens.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy index 9549e2b..7790244 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -692,7 +692,7 @@ screen preferences(): textbutton "Français" action Language("fr") textbutton "Deutsche" action Language("de") textbutton "Español" action Language("es") - textbutton "Italiano" action Language("it") + #textbutton "Italiano" action Language("it") null height 10 if persistent.hello is not None: null height 20 |