Add more blacklisted tag names (e.g. "weitere", "other")

This commit is contained in:
Joshua Ramon Enslin 2021-10-16 19:27:43 +02:00
parent cd3f27e5db
commit d0c4bfcf1f
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -16,19 +16,24 @@ final class NodaBlacklistedTerms {
const TAG_BLACKLIST = [ const TAG_BLACKLIST = [
'de' => [ 'de' => [
'andere', 'andere',
'anderes',
'sonst', 'sonst',
'sonst.', 'sonst.',
'sonstige', 'sonstige',
'versch.', 'versch.',
'verschiedenes', 'verschiedenes',
'unbekannt', 'unbekannt',
'weitere',
'weiteres', 'weiteres',
], ],
'en' => [ 'en' => [
'other',
'others',
'unknown', 'unknown',
'various', 'various',
], ],
'hu' => [ 'hu' => [
'ism.',
'ismeretlen', 'ismeretlen',
], ],
]; ];