bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
8 lines
210 B
Lua
8 lines
210 B
Lua
local L = LibStub("AceLocale-3.0"):NewLocale( "DataStore_Skills", "koKR" )
|
|
|
|
if not L then return end
|
|
|
|
L["Professions"] = "전문 기술"
|
|
L["Secondary Skills"] = "보조 기술"
|
|
L["Riding"] = "탈것 타기"
|