Bureaucrats, emailconfirmed, Administrators
3,078
edits
(riga 53) Tag: Reverted |
Tag: Undo |
||
Line 51: | Line 51: | ||
lang = frame:preprocess( "{{int:lang}}" ) | lang = frame:preprocess( "{{int:lang}}" ) | ||
end | end | ||
local str, language = p._langSwitch(args, lang) | local str, language = p._langSwitch(args, lang) | ||
return str -- get the first value of the langSwitch, (the text) not the second (the language) | return str -- get the first value of the langSwitch, (the text) not the second (the language) |