Module:User:Suzukaze-c/dial-syn/data/zh:regional/Bangkok

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of Suzukaze-c, for their own experimentation. Items in this module may be added and removed at Suzukaze-c's discretion; do not rely on this module's stability.


local export = {}

export.list = {
	["note"]			= "foobar",

	["Local"]			= { "曼谷", "泰京:Teochew, Hakka", "本京:Teochew", "大埠:Cantonese" },
	["Mainland China"]	= { "曼谷" },
	["Taiwan"]			= { "曼谷" },
	["Hong Kong"]		= { "曼谷" },
	["Macau"]			= { "" },
	["Malaysia"]		= { "" },
	["Singapore"]		= { "" },
	["Historical"]		= { "檳角" },
}

return export