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 = [
'de' => [
'andere',
'anderes',
'sonst',
'sonst.',
'sonstige',
'versch.',
'verschiedenes',
'unbekannt',
'weitere',
'weiteres',
],
'en' => [
'other',
'others',
'unknown',
'various',
],
'hu' => [
'ism.',
'ismeretlen',
],
];