Changes
default to English to avoid showing the <translate> tags
-- THIS IS A WORK IN PROGRESSALPHA CODE. DO NOT USECAREFULLY.
local p = {}
local template = frame.args['template']
local langcode = '/en'
-- Get the last subpage
return frame:expandTemplate{ title = template..langcode, args = frame.args }
end
return p