Module:User:Justinrleung/North Korea

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


local export = {}

export.list = {
	["Mainland China"]	= { "朝鮮" },
	["Taiwan"]			= { "北韓", "北朝鮮" },
	["Hong Kong"]		= { "北韓" },
	["Macau"]			= { "北韓" },
	["Singapore"]		= { "" },
	["Malaysia"]		= { "" },
}

return export