mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
fix(format): Add required negation to "Not <Langauge>"
- Previous conditions would match Not <Langauge> if a release contained something other than the original language (MULTi's for instance) - Required negation forces both conditions to be met
This commit is contained in:
@@ -14,6 +14,6 @@ conditions:
|
||||
language: english
|
||||
name: Includes English
|
||||
negate: true
|
||||
required: false
|
||||
required: true
|
||||
type: language
|
||||
tests: []
|
||||
|
||||
Reference in New Issue
Block a user