bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
8 lines
171 B
Lua
8 lines
171 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Inventory", "zhCN" )
|
|
|
|
if not L then return end
|
|
|
|
L["Heroic"] = "英雄模式"
|
|
L["Trash Mobs"] = "小怪掉落"
|
|
|