Not working on non english interfaces
sergiooak opened this issue ยท 1 comments
Every zone name is loading through a string array, it works well on English client, but completely fails on other client languages like Spanish, Portuguese and others...
local zones = {
["Dun Morogh"] = -70,
["Durotar"] = -70,
(...)
PR #5 Added the Brazillian zone names, now it works on ptBR client, and added localization system and library