Skip to content

Commit

Permalink
fix Languages pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 11, 2022
1 parent bd2ba8b commit fabf7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/WiderRegionCalendar.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "[A-Z]{2}"
"pattern": "[a-z]{2}_[A-Z1-9]{2,3}"
}
},
"WiderRegion": {
Expand Down

0 comments on commit fabf7b6

Please sign in to comment.