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