From 0f2f7b27876c429efc3dc650caac71052641adbd Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Wed, 14 Jul 2021 21:58:14 +0200 Subject: [PATCH] Add the different variants of "verschiedenes" ("various" in German) to tag blacklist --- src/NodaBlacklistedTerms.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/NodaBlacklistedTerms.php b/src/NodaBlacklistedTerms.php index 57576a9..1be6675 100644 --- a/src/NodaBlacklistedTerms.php +++ b/src/NodaBlacklistedTerms.php @@ -15,10 +15,12 @@ final class NodaBlacklistedTerms { */ const TAG_BLACKLIST = [ 'de' => [ - 'sonstige', - 'sonst.', - 'sonst', 'andere', + 'sonst', + 'sonst.', + 'sonstige', + 'versch.', + 'verschiedenes', 'weiteres', ] ];