local export = {}
export.list = {
["title"] = "Lent",
["type"] = "",
["Protestant"] = { "大齋期", "預苦期" },
["Roman Catholic"] = { "四旬期" }, --大齋期?
["Eastern Orthodox"] = { "大齋期", "大齋", "四旬齋期", "四旬大齋期" }, --四旬期, 四旬?
["Church of the East"] = { "" },
}
return export