Content deleted Content added
remove empty-cell catcher - this is now handled in the module |
label some items as separators |
||
Line 442:
[",_"] = {
label = ", ",
isSeparator = true,
},
["_"] = {
label = " ",
isSeparator = true,
},
-- this is useful for "and" in place names, which is highly variable and not important to transcribe
["and"] = {
label = "/ & /",
isSeparator = true,
},
-- this is useful for other highly variable words in place names, which are not important to transcribe
["..."] = {
label = "...",
isSeparator = true,
},
}
|