Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
Fix Turkish
Browse files Browse the repository at this point in the history
Possibly they need special font
  • Loading branch information
ONElua authored Feb 8, 2019
1 parent e1c50f6 commit 4ed1794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4ed1794

Please sign in to comment.