Module:labels/data/lang/cs

< Module:labels‎ | data‎ | lang

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["reflexive-se"] = {
	display = "[[Appendix:Glossary#reflexive|reflexive]] with {{m|cs|se}}",
	pos_categories = "reflexive verbs",
}

labels["reflexive-si"] = {
	display = "[[Appendix:Glossary#reflexive|reflexive]] with {{m|cs|si}}",
	pos_categories = "reflexive verbs",
}

labels["expressive"] = {
	display = "[[Wiktionary:About Czech#Expressive terms|expressive]]",
	pos_categories = "expressive terms",
}

labels["Moravia"] = {
	aliases = {"Moravian"},
	Wikipedia = true,
	regional_categories = "Moravian",
}

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