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
333 B
Lua
9 lines
333 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Mails", "zhCN" )
|
|
|
|
if not L then return end
|
|
|
|
L["Mail Expiry Warning"] = "邮件过期警告"
|
|
L["Scan mail body (marks it as read)"] = "扫描邮件内容(标记为已读)"
|
|
L["Warn when mail expires in less days than this value"] = "在邮件过期前多少天进行警告"
|
|
|