chore: flatten Altoholic-Addon/ wrapper + add standard .gitignore/.gitattributes
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Skills", "esMX" )
|
||||
|
||||
if not L then return end
|
||||
|
||||
L["Professions"] = "Profesiones"
|
||||
L["Secondary Skills"] = "Habilidades secundarias"
|
||||
L["Riding"] = "Equitación"
|
||||
Reference in New Issue
Block a user