Add ", um" to the list of suffixes to indicate a time entry being

uncertain
This commit is contained in:
Joshua Ramon Enslin 2021-07-01 15:35:18 +02:00
parent 2c0d8e041e
commit 3a5790853c
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -59,13 +59,14 @@ final class NodaUncertaintyHelper {
"wohl um ", "wohl um ",
"circa ", "circa ",
"ca. ", "ca. ",
"ca " "ca ",
]; ];
const TIME_UNCERTAINTY_SUFFIXES = [ const TIME_UNCERTAINTY_SUFFIXES = [
"(?)", "(?)",
"?", "?",
" körül" " körül",
", um",
]; ];
/** /**