bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
7 lines
200 B
Lua
7 lines
200 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Skills", "zhTW" )
|
|
|
|
if not L then return end
|
|
|
|
L["Professions"] = "專業技能"
|
|
L["Secondary Skills"] = "次要技能"
|
|
L["Riding"] = "騎術" |