local m = {}
local i18n = {
headingDescription = 'Descrizione',
headingIngredients = 'Ingredienti',
headingName = 'Nome',
headingRecipe = 'Ricetta di [[$1]]',
moduleSlot = [[Modulo:Inventory slot]],
moduleUi = [[Modulo:UI]],
separator = ' +',
setSeparator = ' o',
tableDescription = 'Ricette di $1',
}
local slot = require( i18n.moduleSlot )
local prefixes = slot.i18n.prefixes
local suffixes = slot.i18n.suffixes
local function mergeList( parentTable, content )
local i = #parentTable + 1