Module:labels/data/lang/sla-pro

From Wiktionary, the free dictionary
< Module:labels‎ | data‎ | lang
Jump to navigation Jump to search

This module contains data for language-specific labels. See Module:labels/data for more info.

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:labels/data/lang in order for the module to be recognized.


local labels = {}

labels["East"] = {
	aliases = {"EastPS"},
	display = "[[w:East Slavic languages|East Slavic]]",
	regional_categories = "Eastern regional",
}

labels["West"] = {
	aliases = {"WestPS", "NorthPS", "WestSouthPS", "EastSouthPS"},
	display = "[[w:West Slavic languages|West Slavic]]",
	regional_categories = "Western regional",
}

labels["South"] = {
	aliases = {"SouthPS"},
	display = "[[w:South Slavic languages|South Slavic]]",
	regional_categories = "Southern regional",
}

labels["North"] = {
	display = "[[w:North Slavic languages|North Slavic]]",
	regional_categories = "Northern regional",
}

labels["West and South"] = {
	display = "[[w:West Slavic languages|West]] and [[w:South Slavic languages|South Slavic]]",
	regional_categories = "Western and southern regional",
}

labels["East and South"] = {
	display = "[[w:East Slavic languages|East]] and [[w:South Slavic languages|South Slavic]]",
	regional_categories = "Eastern and southern regional",
}

labels["reflexive-sę"] = {
	display = "[[Appendix:Glossary#reflexive|reflexive]] with {{m|sla-pro|*sę}}",
	pos_categories = "reflexive verbs",
}

return require("Module:labels").finalize_data(labels)