Difference between revisions of "Module:Extension"
Jump to navigation
Jump to search
{{translation}}
>Ricordisamoa (+URL for MPL) |
>Shirayuki ({{translation}}) |
||
Line 141: | Line 141: | ||
if cnf then | if cnf then | ||
if #cnf > 1 then | if #cnf > 1 then | ||
return tcat( cats[cnf[2]] ) | return tcat( cats[cnf[2]] .. '{{translation}}') | ||
end | end | ||
else | else | ||
return tcat( 'Extensions with unknown license' ) | return tcat( 'Extensions with unknown license{{translation}}' ) | ||
end | end | ||
end | end |