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"},
fulldef = "Royal Knrawi is a static variety of Knrawi used in speech in the presence of the God Kings"
fulldef = "Royal Knrawi is a static variety of Knrawi used in speech in the presence of the God Kings",
parent = true,
}
}



Revision as of 12:07, 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"},
	fulldef = "Royal Knrawi is 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)