Module:labels/data/lang/ga

Wiktionary වෙතින්
< 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 = {}

local function alias(a, b) for _, v in ipairs(b) do labels[v] = a end end -- allows aliases to be entered as a list

labels["Antrim"] = {
	Wikipedia = "Ulster Irish",
	regional_categories = true,
}

labels["Aran"] = {
	Wikipedia = "Aran Islands",
	regional_categories = "Galway",
}

labels["Cois Fharraige"] = {
	Wikipedia = "Gaeltacht Cois Fharraige",
	regional_categories = true,
}
alias("Cois Fharraige", {"Cois Fhairrge"})
alias("Cois Fharraige", {"CF"})

labels["Connacht"] = {
	Wikipedia = "Connacht",
	regional_categories = true,
}

labels["Connemara"] = {
	Wikipedia = "Connemara",
	regional_categories = "Galway",
}
alias ("Connemara", {"Conamara"})

labels["Cork"] = {
	Wikipedia = "Gaeltacht#Cork Gaeltacht",
	regional_categories = true,
}
alias("Cork", {"West Cork"})
alias("Cork", {"West Muskerry"})

labels["Galway"] = {
	Wikipedia = "Gaeltacht#Galway_Gaeltacht",
	regional_categories = true,
}

labels["Kerry"] = {
	Wikipedia = "Kerry Gaeltacht",
	regional_categories = true,
}

labels["Mayo"] = {
	Wikipedia = "Gaeltacht Iorrais agus Acaill",
	regional_categories = true,
}

labels["Waterford"] = {
	Wikipedia = "Gaeltacht na nDéise",
	regional_categories = true,
}

return labels
"https://si.wiktionary.org/w/index.php?title=Module:labels/data/lang/ga&oldid=52728" වෙතින් සම්ප්‍රවේශනය කෙරිණි