mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-03 17:54:17 +02:00
f35259508b
- 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
20 lines
389 B
YAML
20 lines
389 B
YAML
name: Not English
|
|
description: Matches releases that don't include an English language track. Dual audio
|
|
is allowed.
|
|
tags:
|
|
- Language
|
|
conditions:
|
|
- exceptLanguage: true
|
|
language: english
|
|
name: Not English
|
|
negate: false
|
|
required: true
|
|
type: language
|
|
- exceptLanguage: false
|
|
language: english
|
|
name: Includes English
|
|
negate: true
|
|
required: true
|
|
type: language
|
|
tests: []
|