bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
9 lines
244 B
Lua
9 lines
244 B
Lua
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角色:角色;:"
|
|
|