mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#147 Remove ... from lang_text to fixed arguments, add lang_text:format additional functions
This commit is contained in:
2
druid/system/settings.lua
Normal file → Executable file
2
druid/system/settings.lua
Normal file → Executable file
@@ -9,7 +9,7 @@ local M = {}
|
||||
M.default_style = nil
|
||||
|
||||
|
||||
function M.get_text(name, ...)
|
||||
function M.get_text(name, a, b, c, d, e, f, g)
|
||||
return "[Druid]: locales not inited"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user