Module:User:Benwing2/affix/lang-data/fi

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Benwing2, for their own experimentation. Items in this module may be added and removed at Benwing2's discretion; do not rely on this module's stability.


--[=[
This module contains lang-specific affix mappings for Finnish.
]=]

local affix_mappings = {
	["-jä"] = "-ja",
	["-käs"] = "-kas",
	["-ys"] = "-us",
	["-mä"] = "-ma",
	["-yys"] = "-uus",
	["-stö"] = "-sto",
	["-tön"] = "-ton",
	["-mäinen"] = "-mainen",
	["-läinen"] = "-lainen",
	["-nä"] = "-na",
	["-ntä"] = "-nta",
	["-tä"] = "-ta",
	["-ttää"] = "-ttaa",
	["-lä"] = "-la",
	["-y"] = "-u",
	["-mätön"] = "-maton",
}

return {affix_mappings = affix_mappings}