Skip to content

Commit

Permalink
esES & esMX are the same. Merged into one file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazza committed Oct 26, 2019
1 parent 6e13c4c commit 90306f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 522 deletions.
1 change: 0 additions & 1 deletion Localization/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<Script file="enGB.lua"/>
<Script file="deDE.lua"/>
<Script file="esES.lua"/>
<Script file="esMX.lua"/>
<Script file="frFR.lua"/>
<Script file="koKR.lua"/>
<Script file="zhTW.lua"/>
Expand Down
10 changes: 7 additions & 3 deletions Localization/esES.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--[[
Language Localization: esES
Language Localization: esES & esMX
Translated by: Woopy - Loatheb (NA)
]]

WIM.AddLocale("esES", {
local translations = {
["WIM (WoW Instant Messenger)"] = "WIM (WoW Instant Messenger)",
["_Description"] = "WIM es un addon que aporta una sensación familiar a la comunicación a través del chat en The World of Warcraft. En esta pantalla podrá personalizar WIM para adaptarlo a sus necesidades.",

Expand Down Expand Up @@ -515,4 +515,8 @@ WIM.AddLocale("esES", {
["WIM has detected that you are playing on a private server. Some servers can not process ChatAddonMessages. Would you like to enable them anyway?"] = "WIM ha detectado que estás jugando en un servidor privado. Algunos servidores no pueden procesar ChatAddonMessages. ¿Quieres habilitarlos de todos modos?"
,

});
};


WIM.AddLocale("esES", translations);
WIM.AddLocale("esMX", translations);
Loading

0 comments on commit 90306f3

Please sign in to comment.