Module:labels/data/lang/gmw-rfr

From Wiktionary, the free dictionary
< Module:labels‎ | data‎ | lang
Jump to navigation Jump to search

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["East Palatine"] = {
	aliases = {"Vorderpfälzisch"},
	display = "Vorderpfälzisch",
	Wikipedia = "Palatine German language",
	plain_categories = "East Palatine German",
}

labels["Hessian"] = {
	aliases = {"Hesse", "Hessen", "Hessisch"},
	Wikipedia = "Hessian dialects",
	plain_categories = "Hessian German",
}

labels["Palatine German"] = {
	aliases = {"Palatinate German", "Pälzisch", "Pfälzisch", "Palatine"},
	display = "Palatine",
	Wikipedia = "Palatine German language",
	plain_categories = true,
}

labels["South Hessian"] = {
	aliases = {"south Hessian", "South Hesse", "south Hesse", "South Hessen", "south Hessen", "Südhessisch"},
	plain_categories = "South Hessian German",
}

labels["West Palatine"] = {
	aliases = {"Westpfälzisch"},
	display = "Westpfälzisch",
	Wikipedia = "Palatine German language",
	plain_categories = "West Palatine German",
}

labels["Saarland"] = {
	aliases = {"Saarländisch", "Saarlandic", "Saarlandish"},
	Wikipedia = true,
	regional_categories = true,
}

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