Files
coa-altoholic/DataStore_Skills/Locales/zhCN.lua
T
florian.berthold bbe2492a5b 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).
2026-05-25 10:59:24 +02:00

8 lines
195 B
Lua

local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Skills", "zhCN" )
if not L then return end
L["Professions"] = "专业"
L["Secondary Skills"] = "辅助技能"
L["Riding"] = "骑术"