parent
73fc6eba84
commit
c81cbe78a0
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"trash_id": "guide-only",
|
||||||
|
"trash_score": "-10000",
|
||||||
|
"trash_description": "Language: Prefer X but i'll take Y",
|
||||||
|
"name": "Language: Not Original or English",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "Not Original",
|
||||||
|
"implementation": "LanguageSpecification",
|
||||||
|
"negate": true,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": -2
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Not English",
|
||||||
|
"implementation": "LanguageSpecification",
|
||||||
|
"negate": true,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in new issue