You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
602 B

{
"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
}
}
]
}