Module:labels/data/lang/rom

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["Anglicized"] = {
	Wikipedia = "Romani alphabets#Anglicised",
	plain_categories = "Romani Anglicized spellings",
}

labels["Dolenjski"] = {
	regional_categories = true,
}

labels["International Standard"] = {
	Wikipedia = "Romani alphabets#International Standard",
	plain_categories = "Romani International Standard spellings",
}

labels["Pan-Vlax"] = {
	Wikipedia = "Romani alphabets#Pan-Vlax",
	plain_categories = "Romani Pan-Vlax spellings",
}

labels["Crimea"] = {
	aliases = {"Crimean"},
	Wikipedia = true,
	regional_categories = "Crimean",
}

labels["Hungary"] = {
	aliases = {"Hungarian"},
	Wikipedia = "Romani people in Hungary",
	regional_categories = "Hungarian",
}

labels["Latvia"] = {
	aliases = {"Latvian"},
	Wikipedia = true,
	regional_categories = "Latvian",
}

labels["Lithuania"] = {
	aliases = {"Lithuanian"},
	Wikipedia = true,
	regional_categories = "Lithuanian",
}

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