We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a63fad + b1d291a commit 2cb4fb3Copy full SHA for 2cb4fb3
1 file changed
lib/schemas/schemaTranslations.json
@@ -13,7 +13,24 @@
13
}
14
},
15
"patternProperties": {
16
- "^[a-z]{2}$": {
+ "[a-z]{2}(-[a-zA-Z0-9]{2,})?$": {
17
+ "type": "string",
18
+ "minLength": 1
19
+ }
20
+ },
21
+ "additionalProperties": false,
22
+ "required": ["default"]
23
24
+ "^i18n.Bigcommerce.": {
25
+ "type": "object",
26
+ "properties": {
27
+ "default": {
28
29
30
31
32
+ "patternProperties": {
33
34
"type": "string",
35
"minLength": 1
36
0 commit comments