From 4ed17943347690870c728a6f69a20264a6ca0d3f Mon Sep 17 00:00:00 2001 From: ONELua Team Date: Fri, 8 Feb 2019 12:23:56 -0600 Subject: [PATCH] Fix Turkish Possibly they need special font --- script.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.lua b/script.lua index f50c05e6..745af99a 100644 --- a/script.lua +++ b/script.lua @@ -25,6 +25,8 @@ buttonskey = image.load("resources/buttons.png",20,20) buttonskey2 = image.load("resources/buttons2.png",30,20) __LANG = os.language() +if __LANG == "ENGLISH_GB" then __LANG = "TURKISH" end + dofile("scripts/language.lua") dofile("scripts/tai.lua") dofile("scripts/commons.lua")