mirror of
https://github.com/dmasur/database.git
synced 2026-02-02 20:24:24 +01:00
Add custom format for non-English and non-German languages
This commit is contained in:
parent
12f549c4a1
commit
ae097a014c
31
custom_formats/Language Not ENGGER.yaml
Normal file
31
custom_formats/Language Not ENGGER.yaml
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
"name": "Language: Not ENG/GER",
|
||||||
|
"includeCustomFormatWhenRenaming": false,
|
||||||
|
"specifications": [
|
||||||
|
{
|
||||||
|
"name": "Not English Language",
|
||||||
|
"implementation": "LanguageSpecification",
|
||||||
|
"negate": true,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Not German Language",
|
||||||
|
"implementation": "LanguageSpecification",
|
||||||
|
"negate": true,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": 4
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Not German in Title",
|
||||||
|
"implementation": "ReleaseTitleSpecification",
|
||||||
|
"negate": true,
|
||||||
|
"required": true,
|
||||||
|
"fields": {
|
||||||
|
"value": "(?i)\\bgerman\\b"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user