မဝ်ဂျူ:labels/data/lang/th

နူ ဝိက်ရှေန်နရဳ

Documentation for this module may be created at မဝ်ဂျူ:labels/data/lang/th/doc

local labels = {}

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

labels["Royal Thai"] = {
	display = "royal",
	plain_categories = {"Thai royal vocabulary"},
}

return labels