Module:Item infobox/config

From Path of Exile Wiki
Revision as of 17:41, 16 January 2022 by Vinifera7 (talk | contribs) (Created page with "------------------------------------------------------------------------------- -- -- Configuration for Module:Item infobox -- ---------------------------...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module documentation[view] [edit] [history] [purge]


This is the configuration file for Module:Item infobox. This file can be edited to allow easy translation/porting of the module to other wikis.


-------------------------------------------------------------------------------
-- 
--                    Configuration for Module:Item infobox
-- 
-------------------------------------------------------------------------------

local cfg = {}

-- ----------------------------------------------------------------------------
-- i18n
-- ----------------------------------------------------------------------------

cfg.i18n = {}

cfg.i18n.errors = {
    no_results_found = 'No results found',
}

-- ----------------------------------------------------------------------------
-- Constants
-- ----------------------------------------------------------------------------



return cfg