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

Commit

Permalink
Merge pull request #201 from ONElua/master
Browse files Browse the repository at this point in the history
Fix Turkish.lua
  • Loading branch information
theheroGAC authored Feb 8, 2019
2 parents e047401 + 4ed1794 commit ad2562f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified eboot.bin
Binary file not shown.
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 ad2562f

Please sign in to comment.