This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

local infl = {}

infl["â"] = {
	m = "â",
	f = "àda",
	mp = "â",
	fp = "àdi"
}

infl["ê"] = {
	m = "ê",
	f = "èda",
	mp = "ê",
	fp = "èdi"
}

infl["î"] = {
	m = "î",
	f = "ìda",
	mp = "î",
	fp = "ìdi"
}

infl["l"] = {
	m = "l",
	f = "la",
	mp = "i",
	fp = "li"
}

infl["û"] = {
	m = "û",
	f = "ùda",
	mp = "û",
	fp = "ùdi"
}

infl["vìst"] = {
	m = "vìst",
	f = "vìsta",
	mp = "vìst",
	fp = "vìsti"
}

return infl