Jump to content

မေႃႇၵျူး:category tree/lang/sw

လုၵ်ႉတီႈ ဝိၵ်ႇသျိၼ်ႇၼရီႇ မႃး

Documentation for this module may be created at မေႃႇၵျူး:category tree/lang/sw/doc

local labels = {}

for i = 1, 18 do
	labels["class " .. require("Module:roman numerals").arabic_to_roman(i) .. " nouns"] = {
		description = "Swahili nouns that belong to class " .. require("Module:roman numerals").arabic_to_roman(i) .. ".",
		breadcrumb = class,
		umbrella = false,
		parents = {{name = "nouns by class", sort = i}},
	}
end

labels["class I/IX nouns"] = {
	description = "Swahili nouns that belong to class I, but have possessive adjectives agree in class IX.",
	breadcrumb = class,
	umbrella = false,
	parents = {{name = "nouns by class", sort = "1a"}},
}

return {LABELS = labels}