Module:I18n: Difference between revisions
Tag: Rollback |
No edit summary |
||
| Line 2: | Line 2: | ||
-- The module is designed to enable message separation from modules & | -- The module is designed to enable message separation from modules & | ||
-- templates. It has support for handling language fallbacks. This | -- templates. It has support for handling language fallbacks. This | ||
-- module is a Lua port of | -- module is a Lua port of I18n-js and i18n modules that can be loaded | ||
-- by it are editable through | -- by it are editable through I18nEdit. | ||
-- | -- | ||
-- @module i18n | -- @module i18n | ||
| Line 13: | Line 13: | ||
-- @attribution [[User:Cqm|Cqm]] | -- @attribution [[User:Cqm|Cqm]] | ||
-- @release stable | -- @release stable | ||
-- <nowiki> | -- <nowiki> | ||
local i18n, _i18n = {}, {} | local i18n, _i18n = {}, {} | ||