mirror of
https://github.com/ckaczor/TuskarrRestockTracker.git
synced 2026-01-14 01:25:42 -05:00
9 lines
184 B
Lua
9 lines
184 B
Lua
local ADDON_NAME = ...
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale(ADDON_NAME, "ruRU")
|
|
if not L then
|
|
return
|
|
end
|
|
|
|
-- @localization(locale="ruRU", format="lua_additive_table")@
|