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
380 B
Lua
9 lines
380 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Mails", "koKR" )
|
|
|
|
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"] = "우편물의 소멸 날짜가 이 값보다 더 적으면 경고"
|
|
|