This commit is contained in:
Icarium
2023-03-02 12:15:00 +01:00
committed by GitHub
parent 09e96670f7
commit d40388b8b7
100 changed files with 27008 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
if( GetLocale() ~= "esMX" ) then return end
local L = {}
local ShadowUF = select(2, ...)
ShadowUF.L = setmetatable(L, {__index = ShadowUF.L})