Add "ism." as a shorthand for ismeretlen to list of disallowed place
name Ismeretlen means unknown / no information in Hungarian and is thus a non-value.
This commit is contained in:
parent
b6b2bbccff
commit
7bd315aa0c
|
@ -21,6 +21,7 @@ final class NodaUncertaintyHelper {
|
|||
"Ismeretlen",
|
||||
"ismeretlen.",
|
||||
"Ismeretlen.",
|
||||
"ism.",
|
||||
];
|
||||
|
||||
const PERSINST_UNCERTAINTY_PREFIXES = [
|
||||
|
@ -77,6 +78,7 @@ final class NodaUncertaintyHelper {
|
|||
"Ohne Ort",
|
||||
"ismeretlen",
|
||||
"Ismeretlen",
|
||||
"ism.",
|
||||
"o.O",
|
||||
"versch. O.",
|
||||
"o. O.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user