diff --git a/eboot.bin b/eboot.bin index a5c2a4e0..4eb2b63a 100644 Binary files a/eboot.bin and b/eboot.bin differ 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")