Module:Template translation: Difference between revisions

m
support the uselang parameter
mNo edit summary
m (support the uselang parameter)
Line 96:
-- Get the last subpage and check if it matches a known language code.
local subpage = this.getLanguageSubpage()args['uselang'] or ''
if (subpage == '') then
subpage = this.getLanguageSubpage()
end
if (subpage == '')
then
Anonymous user