mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
-- Hello! Wish you a good day!
|
||||
|
||||
local events = require("event.events")
|
||||
local const = require("druid.const")
|
||||
local helper = require("druid.helper")
|
||||
|
@@ -4,7 +4,7 @@ local M = {}
|
||||
M.default_style = nil
|
||||
|
||||
---@param text_id string
|
||||
---@vararg any
|
||||
---@param ... string Optional params for string.format
|
||||
function M.get_text(text_id, ...)
|
||||
return "[Druid]: locales not inited"
|
||||
end
|
||||
|
Reference in New Issue
Block a user