This commit is contained in:
Insality
2025-02-09 22:28:58 +02:00
parent 8407932236
commit 5eaa50552a
13 changed files with 317 additions and 47 deletions

View File

@@ -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