Module:User:Benwing2/affix/lang-data/fi
Jump to navigation
Jump to search
- This module sandbox lacks a documentation subpage. You may create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • user page • user talk page • userspace
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}