Skip to content

Commit

Permalink
Allow empty translation messages, which could legitimately happen
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Sep 12, 2024
1 parent 03ae64a commit 76563d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema/translation/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
},
"message": {
"type": "string",
"description": "the translated string",
"minLength": 1
"description": "the translated string"
}
},
"required": [
Expand Down

0 comments on commit 76563d9

Please sign in to comment.