Module:I18n: Difference between revisions

From PHIGHTING! Wiki
Content deleted Content added
mNo edit summary
mNo edit summary
Line 354: Line 354:
source = mw.ustring.find(source, ':')
source = mw.ustring.find(source, ':')
and source
and source
or 'Dev:' .. source .. '/i18n'
or 'Module:' .. source .. '/i18n'
ds._messages[i] = mw.loadData(source)
ds._messages[i] = mw.loadData(source)
end
end