Difference between revisions of "Module:Documentation/i18n"

From The HILLSIDE
Jump to navigation Jump to search
en>Iniquity
(test)
 
en>Iniquity
(i18nreturn i18n)
Line 3: Line 3:
  
 
i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading')
 
i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading')
 +
 +
return i18n

Revision as of 01:10, 29 May 2019

Documentation for this module may be created at Module:Documentation/i18n/doc

local format = require('Module:TNT').format
local i18n = {}

i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading')

return i18n