Module:labels/data/lang/knra: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
regional_categories = true,
regional_categories = true,
aliases = {"R"},
aliases = {"R"},
verb = "used",
def = "Royal Knrawi, a static variety of Knrawi used in speech in the presence of the God Kings",
prep = "in",
def = "speech in the presence of the God Kings",
parent = true,
parent = true,
}
}

Revision as of 12:08, 17 May 2026


This module contains data for language-specific labels for Knrawi. See Module:labels/data for more info.


local labels = {}

labels["standard"] = {}

labels["Royal"] = {
	regional_categories = true,
	aliases = {"R"},
	def = "Royal Knrawi, a static variety of Knrawi used in speech in the presence of the God Kings",
	parent = true,
}

labels["Urban Anajrn"] = {
	regional_categories = true,
	aliases = {"UA"},
}

labels["Ufhewat"] = {
	regional_categories = true,
	aliases = {"U"}
}

labels["Zjiiama"] = {
	regional_categories = true,
	aliases = {"Z"}
}

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