မော်ဂျူး:labels/data/lang/mk

ဝစ်ရှင်နရီ မှ

Documentation for this module may be created at မော်ဂျူး:labels/data/lang/mk/doc

local labels = {}

local function alias(a, b) for _, v in ipairs(b) do labels[v] = a end end -- allows aliases to be entered as a list

labels["reflexive-se"] = {
	display = "[[Appendix:Glossary#reflexive|reflexive]] with {{m|mk|се|tr=-}}",
	pos_categories = "reflexive verbs",
}

-- In case we decide to change 'reflexive' to not include the word [[се]]
labels["reflexive"] = "reflexive-se"

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

return labels