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,8 @@
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore", "zhTW" )
|
||||
|
||||
if not L then return end
|
||||
|
||||
L["Disabled"] = "禁用"
|
||||
L["Enabled"] = "啟用"
|
||||
L["Memory used for %d |4character:characters;:"] = "記憶容量已使用 %d |4角色:角色;:"
|
||||
|
||||
Reference in New Issue
Block a user