Skip to content

Commit

Permalink
Remove esMX
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Oct 16, 2019
1 parent 3cd4754 commit 0b03355
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Locales/esES.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("CopyAnything", "esES")
local L = LibStub("AceLocale-3.0"):NewLocale("CopyAnything", "esES") or LibStub("AceLocale-3.0"):NewLocale("CopyAnything", "esMX")
if not L then return end

--@localization(locale="esES", handle-unlocalized="comment")@
4 changes: 0 additions & 4 deletions Locales/esMX.lua

This file was deleted.

15 changes: 7 additions & 8 deletions Locales/locales.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
<Script file="enUS.lua"/>
<Script file="deDE.lua"/>
<Script file="esES.lua"/>
<Script file="esMX.lua"/>
<Script file="frFR.lua"/>
<Script file="itIT.lua"/>
<Script file="koKR.lua"/>
<Script file="ptBR.lua"/>
<Script file="ruRU.lua"/>
<Script file="zhCN.lua"/>
<Script file="zhTW.lua"/>
<Script file="frFR.lua"/>
<Script file="itIT.lua"/>
<Script file="koKR.lua"/>
<Script file="ptBR.lua"/>
<Script file="ruRU.lua"/>
<Script file="zhCN.lua"/>
<Script file="zhTW.lua"/>
</Ui>

0 comments on commit 0b03355

Please sign in to comment.