mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-24 16:52:06 +00:00
14 lines
319 B
YAML
14 lines
319 B
YAML
|
# Multiple input strings having same expected results can be chained.
|
||
|
# Use $ marker to check inputs that should not match results.
|
||
|
? Us.this.is.title
|
||
|
? this.is.title.US
|
||
|
: country: US
|
||
|
title: this is title
|
||
|
|
||
|
? This.is.us.title
|
||
|
: title: This is us title
|
||
|
|
||
|
? This.Is.Us
|
||
|
: options: --no-embedded-config
|
||
|
title: This Is Us
|