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