Changes

Jump to navigation Jump to search
173 bytes added ,  09:52, 1 June 2020
update from sandbox
Line 117: Line 117:  
-- The value used if the module detects an undefined namespace.
 
-- The value used if the module detects an undefined namespace.
 
cfg.otherDefault = 'page'
 
cfg.otherDefault = 'page'
 +
 +
-- The usual suffix denoting a plural.
 +
cfg.plural = 's'
 +
 +
-- This table holds plurals not formed by a simple suffix.
 +
cfg.irregularPlurals = {
 +
["category"] = "categories"
 +
}
    
--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------
Anonymous user

Navigation menu