Difference between revisions 64038388 and 64040387 on enwiktionary

local labels = {}
local aliases = {}
local deprecated = {}

local m_functions = require("Module:labels/data/functions")

-- A 
labels["Bzyb"] = {
(contracted; show full)	language = "bn",
}

labels["Sādhu Bhāṣā"] = {
	display = "[[w:Sādhu Bhāṣā|Sādhu Bhāṣā]]",
	plain_categories = {"Sādhu Bhāṣā"},
	language = "bn",
}

aliases["Sadhu Bhasa"] = "Sādhu Bhāṣā"

-- bn end

labels["Gwened"] = {
	Wikipedia = "Gwenedeg",
	plain_categories = {"Gwenedeg Breton"},
	language = "br"
(contracted; show full)		if there is a "language" field with a non-empty value.		]]
m_functions.handle_languages(labels)

return {
	["labels"] = labels,
	["aliases"] = aliases,
	["deprecated"] = deprecated,
}