mirror of
https://github.com/ckaczor/TuskarrRestockTracker.git
synced 2026-01-31 01:25:42 -05:00
Initial commit
This commit is contained in:
8
Locale/itIT.lua
Normal file
8
Locale/itIT.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
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")@
|
||||
Reference in New Issue
Block a user