This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
in Grid2\locales\koKR.lua and Grid2Options\locales\koKR.lua
from:L["Beast"] = "야수형"L["Demon"] = "악마형"L["Humanoid"] = "인간형"L["Elemental"] = "정령형"
to:L["Beast"] = "야수"L["Demon"] = "악마"L["Humanoid"] = "인간형"L["Elemental"] = "정령"
----I think 'Grid2Options\GridStatues.lua' should be fixed.around line #596
from:local c = status.dbx.colors[type]
to:local c = status.dbx.colors[type] or status.dbx.colors[L[type]]
Can I have the authorization to commit koKR localization and some other files?
Absolutely, the repository is open. Anything submitted via svn creates the next alpha version. I think I finally fixed the code issue correctly as well.
To post a comment, please login or register a new account.