Skip to content

Commit 9662356

Browse files
committed
Optimize locale load for Mists Classic
1 parent 604e9d5 commit 9662356

11 files changed

Lines changed: 1 addition & 20 deletions

File tree

HideButtonGlow_Mists.toc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@
1414

1515
embeds.xml
1616
Locales\enUS.lua
17-
Locales\deDE.lua
18-
Locales\esES.lua
19-
Locales\esMX.lua
20-
Locales\frFR.lua
21-
Locales\itIT.lua
22-
Locales\koKR.lua
23-
Locales\ptBR.lua
24-
Locales\ruRU.lua
25-
Locales\zhCN.lua
26-
Locales\zhTW.lua
17+
Locales\[TextLocale].lua [AllowLoadTextLocale deDE, esES, esMX, frFR, itIT, koKR, ptBR, ruRU, zhCN, zhTW]
2718
HideButtonGlow.lua
2819
options.lua

Locales/deDE.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "deDE")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

Locales/esES.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "esES")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

Locales/esMX.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "esMX")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

Locales/frFR.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "frFR")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

Locales/itIT.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "itIT")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

Locales/koKR.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "koKR")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

Locales/ptBR.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "ptBR")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

Locales/ruRU.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "ruRU")
2-
if not L then return end
32

43
--Translator ZamestoTV
54
L.debug_allowed = "Разрешено свечение для '%s' (ID %d)."

Locales/zhCN.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
local L = LibStub("AceLocale-3.0"):NewLocale("HideButtonGlow", "zhCN")
2-
if not L then return end
32

43
--L.debug_allowed = "Allowing glow for '%s' (ID %d)."
54
--L.debug_filtered = "Filtered glow for '%s' (ID %d)."

0 commit comments

Comments
 (0)