模組:Zh/data/Christian-syn/God

local export = {}

export.list = {
	["title"]				= "God",
	["type"]				= "",
	
	["Protestant"]			= { "上帝", "神" },
	["Roman Catholic"]		= { "天主" },
	["Eastern Orthodox"]	= { "上帝" },
}

return export