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
349 B
Lua
9 lines
349 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Mails", "zhTW" )
|
|
|
|
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"] = "當郵件屆滿少過此值的日數時發出警告"
|
|
|