forked from Bastion/Bastion
parent
567a877b36
commit
60e644d6aa
@ -0,0 +1,10 @@ |
|||||||
|
local Tinkr, Bastion = ... |
||||||
|
|
||||||
|
if not Bastion.Locale.ShouldLoad("enUS") then return end |
||||||
|
|
||||||
|
local L = {} |
||||||
|
|
||||||
|
L["Tinkr"] = "Tinkr" |
||||||
|
L["Bastion"] = "Bastion" |
||||||
|
|
||||||
|
Bastion.Locale.SetTable(L) |
||||||
Loading…
Reference in new issue