Skip to content

Commit

Permalink
add pt to allowed languages
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp2310 committed Jul 23, 2021
1 parent 0912a55 commit 2128f4d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ProjectAliceSK/validate/src/schemas/install-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"household",
"health"
],
"pattern": "^(?i)(alice|weather|information|entertainment|music|game|kid|automation|assistance|security|planning|shopping|organisation|household|health|undefined)$"
"pattern": "^(?i)(alice|weather|information|entertainment|music|game|kid|automation|assistance|security|planning|shopping|organisation|robotics|household|health|undefined)$"
},
"author": {
"$id": "#/properties/author",
Expand Down Expand Up @@ -176,15 +176,15 @@
"type": "array",
"title": "List of supported languages for this skill",
"items": {
"$id": "#/properties/conditions/properties/lang/items",
"type": "string",
"title": "Language code",
"default": "",
"$id" : "#/properties/conditions/properties/lang/items",
"type" : "string",
"title" : "Language code",
"default" : "",
"examples": [
"en",
"de"
],
"pattern": "^(en)|(de)|(fr)|(it)|(pl)$"
"pattern" : "^(en)|(de)|(fr)|(it)|(pl)|(pt)|(pt_br)|(es)$"
}
},
"skill": {
Expand Down

0 comments on commit 2128f4d

Please sign in to comment.