Module:TranslateThis: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 16: Line 16:
local args = shallowcopy(frame:getParent().args)
local args = shallowcopy(frame:getParent().args)
local lang = args.lang or frame:preprocess("{{int:lang}}") -- I don't know of any other way to get the user's language...
local lang = args.lang or frame:preprocess("{{int:language}}") -- I don't know of any other way to get the user's language...
args.lang = nil
args.lang = nil

Navigation menu