#147 Remove ... from lang_text to fixed arguments, add lang_text:format additional functions

This commit is contained in:
Insality
2021-11-20 11:14:04 +02:00
parent d0c91c9cb5
commit 43adb5f52d
2 changed files with 13 additions and 4 deletions

2
druid/system/settings.lua Normal file → Executable file
View 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