Update NodaBlacklistedTerms
This commit is contained in:
parent
51fe9a5e45
commit
a621534136
@ -13,7 +13,7 @@ final class NodaBlacklistedTerms {
|
|||||||
/**
|
/**
|
||||||
* A blacklist of disallowed tags. All entries are listed in full lowercase.
|
* A blacklist of disallowed tags. All entries are listed in full lowercase.
|
||||||
*/
|
*/
|
||||||
const TAG_BLACKLIST = [
|
public const TAG_BLACKLIST = [
|
||||||
'de' => [
|
'de' => [
|
||||||
'andere',
|
'andere',
|
||||||
'anderes',
|
'anderes',
|
||||||
@ -34,16 +34,23 @@ final class NodaBlacklistedTerms {
|
|||||||
'dinge',
|
'dinge',
|
||||||
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
|
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
|
||||||
'nichtmünzliches',
|
'nichtmünzliches',
|
||||||
|
'unbestimmt',
|
||||||
|
'-',
|
||||||
|
'?',
|
||||||
],
|
],
|
||||||
'en' => [
|
'en' => [
|
||||||
'other',
|
'other',
|
||||||
'others',
|
'others',
|
||||||
'unknown',
|
'unknown',
|
||||||
'various',
|
'various',
|
||||||
|
'-',
|
||||||
|
'?',
|
||||||
],
|
],
|
||||||
'hu' => [
|
'hu' => [
|
||||||
'ism.',
|
'ism.',
|
||||||
'ismeretlen',
|
'ismeretlen',
|
||||||
|
'-',
|
||||||
|
'?',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user