Legacy-of-Sylvanaar / wow-instant-messenger

WIM (WoW Instant Messenger) is a World of Warcraft addon which brings an instant messenger feel to communication in game.
https://www.curseforge.com/wow/addons/wim-3
MIT License
11 stars 8 forks source link

Updated esES translations #14

Closed mcarn closed 2 years ago

mcarn commented 2 years ago

Related to https://github.com/sylvanaar/wow-instant-messenger/pull/45

I don't know if it's worth a try having a separate esES and esMx files.

Pazza commented 2 years ago

There used to be separate files, but I didn't see differences between the two so i merged them. As you can see from the bottom of the file, The translations get set to both locales. Thanks for the updates.

if WIM.getLocale() == "esES" then WIM.AddLocale("esES", translations); else WIM.AddLocale("esMX", translations); end