Module:I18n: Difference between revisions

m Reverted edit by Cronos (talk) to last revision by 919dd
Tag: Rollback
Kuhlau (talk | contribs)
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 [[I18n-js]] and i18n modules that can be loaded
--  module is a Lua port of I18n-js and i18n modules that can be loaded
--  by it are editable through [[I18nEdit]].
--  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
--  @see            [[I18n|I18n guide]]
--  @see            [[I18n-js]]
--  @see            [[I18nEdit]]
--  <nowiki>
--  <nowiki>
local i18n, _i18n = {}, {}
local i18n, _i18n = {}, {}