Register the same translations for esMX as esES.
This commit is contained in:
parent
2f2442f2ba
commit
3c1ad20928
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
-- Translation courtesy of Ben (Aesyl - US Tanaris)
|
||||
local AceLocale = LibStub:GetLibrary("AceLocale-3.0")
|
||||
local L = AceLocale:NewLocale("Omen", "esES")
|
||||
local L = AceLocale:NewLocale("Omen", "esES") or AceLocale:NewLocale("Omen", "esMX")
|
||||
if not L then return end
|
||||
|
||||
-- Main Omen window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue