Mòdul:BrewerColors/i18n/en

local i18n = {
	["ColorNumInvalid"] = "The color number ($1) is out of range",
	["ColorNameInvalid"] = "Invalid color palette name ($1)",
}

return {
	i18n = i18n
}