Add esMX Support
i5o opened this issue ยท 2 comments
Hey! Spanish also uses "Channel: Zone", please take a look at this comment I left on a diff addon on BFA
https://www.curseforge.com/wow/addons/rare-share?comment=47
I assume this would be the fix for this addon:
return GetChannelName(
(GetLocale() == "ruRU" or GetLocale() == "esMX") and channelRUFormat:format(general, zoneText) or channelFormat:format(general, zoneText)
)