Register the same translations for esMX as esES.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user