انتقل إلى المحتوى

وحدة:category tree/lang/ira-pro

من ويكاموس، القاموس الحر
local labels = {}
local handlers = {}


--------------------------------- Adjectives --------------------------------

for _, stem in ipairs { "masculine a-stem", "aH-stem", "consonant stem" } do
	labels[stem .. " nouns"] = {
		description = "Proto-Iranian " .. stem .. " nouns.",
		breadcrumb = stem,
		parents = "nouns by inflection type",
	}
end

return {LABELS = labels, HANDLERS = handlers}