Module:Documentation/i18n: Difference between revisions
Jump to navigation
Jump to search
(test) |
(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 23:10, 28 May 2019
i18n for Module:Documentation
local format = require('Module:TNT').format local i18n = {} i18n['template-namespace-heading'] = format('I18n/Documentation', 'template-namespace-heading') return i18n