mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
#76 add params for lang text string.format
This commit is contained in:
@@ -6,7 +6,8 @@ local M = {}
|
||||
|
||||
M.default_style = nil
|
||||
|
||||
function M.get_text(name)
|
||||
|
||||
function M.get_text(name, ...)
|
||||
return "[Druid]: locales not inited"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user