Jump to content

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

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

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

local handlers = {}

table.insert(handlers, function(data)
	local system = data.label:match("^([HX])%-system forms$")
	if system then
		return {
			description = "{{{langname}}} forms transliterated into ASCII using the " .. system .. "-system.",
			parents = {"terms by orthographic property"},
		}
	end
end)

return {HANDLERS = handlers}