mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01: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