Content deleted Content added
test it this way |
No edit summary |
||
Line 84:
if country(args) == "HUN" then
if args.type == "M" then
return langModule.
elseif args.type == "Mb" then
return langModule.
elseif args.type == "MR" then
return langModule.
elseif args.type == "Mb" then
return langModule.
end
elseif translation ~= '' and lang == 'none' then
|