Module:labels/data/lang/knra

From Linguifex
Revision as of 13:25, 17 May 2026 by Sware (talk | contribs)
Jump to navigation Jump to search

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


local labels = {}

labels["standard"] = {
	aliases = {"S"}
}

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"},
	region = "the cities of Yuvquat and Margquat and surrounding areas"
}

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

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

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