Module:labels/data/lang/hrx

< Module:labels‎ | data‎ | lang

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

NOTE: If you add a new language-specific module, you must add the language code to the list at the top of Module:labels/data/lang in order for the module to be recognized.


local labels = {}

labels["Wiesemann spelling"] = {
	aliases = {"Wiesemann"},
	plain_categories = "Hunsrik Wiesemann spelling forms",
}

labels["Altenhofen spelling"] = {
	aliases = {"Altenhofen"},
	plain_categories = "Hunsrik Altenhofen spelling forms",
}

labels["Boll spelling"] = {
	aliases = {"Boll"},
	plain_categories = "Hunsrik Boll spelling forms",
}

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