Merge branch 'Dictionarry-Hub:stable' into stable

This commit is contained in:
Seraphys 2025-02-07 21:22:55 -06:00 committed by GitHub
commit 0d9c4cce94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 15 deletions

View File

@ -5323,7 +5323,7 @@
"language": "english", "language": "english",
"name": "Includes English", "name": "Includes English",
"negate": true, "negate": true,
"required": false, "required": true,
"type": "language" "type": "language"
} }
], ],

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{ {
"updated_at": "2025-02-07T00:03:09.837114+00:00", "updated_at": "2025-02-07T18:44:56.820659+00:00",
"folders": [ "folders": [
"custom_formats", "custom_formats",
"profiles", "profiles",

File diff suppressed because one or more lines are too long

View File

@ -14,6 +14,6 @@ conditions:
language: english language: english
name: Includes English name: Includes English
negate: true negate: true
required: false required: true
type: language type: language
tests: [] tests: []