Module:labels/data/lang/rue

< 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 = {}

-- FIXME, should this be here now that Pannonian Rusyn is a different L2 language?
labels["Pannonia"] = {
	aliases = {"Pannonian", "rsk"},
	Wikipedia = "Pannonian Rusyn",
	plain_categories = "Pannonian Rusyn",
}

labels["Prešov"] = {
	aliases = {"Presov"},
	Wikipedia = "Rusyn language#Prešov Rusyn",
	plain_categories = "Prešov Rusyn",
}

labels["Subcarpathian"] = {
	Wikipedia = "Rusyn language#Subcarpathian Rusyn",
	plain_categories = "Subcarpathian Rusyn",
}

labels["Lemko"] = {
	Wikipedia = "Lemko language",
	plain_categories = "Lemko-Rusyn",
}

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