From 3c1ad209288d4557fa52f109e7eefcf4d6a7d9d0 Mon Sep 17 00:00:00 2001 From: Xinhuan Date: Thu, 6 Nov 2008 17:07:54 +0800 Subject: [PATCH] Register the same translations for esMX as esES. --- Localization/esES.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Localization/esES.lua b/Localization/esES.lua index 70cbe14..b38610b 100644 --- a/Localization/esES.lua +++ b/Localization/esES.lua @@ -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