Module:labels/data/lang/hrx

Hello, you have come here looking for the meaning of the word Module:labels/data/lang/hrx. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:labels/data/lang/hrx, but we will also tell you about its etymology, its characteristics and you will know how to say Module:labels/data/lang/hrx in singular and plural. Everything you need to know about the word Module:labels/data/lang/hrx you have here. The definition of the word Module:labels/data/lang/hrx will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:labels/data/lang/hrx, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

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


local labels = {}

-- VARIETIES --

labels = {
	aliases = {"ES"},
	Wikipedia = true,
	regional_categories = true,
	parent = "Southeast Brazil",
}

labels = {
	aliases = {"SC"},
	Wikipedia = true,
	regional_categories = true,
	parent = "South Brazil",
}

labels = {
	aliases = {"RS"},
	Wikipedia = true,
	regional_categories = "Riograndese",
	parent = "South Brazil",
}

labels = {
	Wikipedia = "South Region, Brazil",
	regional_categories = "Southern Brazilian",
	parent = "Brazil",
}

labels = {
	Wikipedia = "Southeast Region, Brazil",
	regional_categories = "Southeastern Brazilian",
	parent = "Brazil",
}

labels = {
	Wikipedia = true,
	regional_categories = "Brazilian",
	parent = true,
}

-- SPELLING --

labels = {
	aliases = {"Wiesemann"},
	pos_categories = "terms with Wiesemann spelling",
}

labels = {
	aliases = {"Altenhofen"},
	pos_categories = "terms with Altenhofen spelling",
}

labels = {
	aliases = {"Boll"},
	pos_categories = "terms with Boll spelling",
}

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