5bb7be4968
Each Details_* plugin and the main Details addon now lives in its own repo-root folder, matching the Exiles fork-layout convention.
8 lines
150 B
Lua
8 lines
150 B
Lua
local Loc = LibStub("AceLocale-3.0"):NewLocale("Details_Threat", "ptBR")
|
|
|
|
if (not Loc) then
|
|
return
|
|
end
|
|
|
|
Loc ["STRING_PLUGIN_NAME"] = "Mini Ameaca"
|