Skip to content

Commit 2f40f61

Browse files
author
AWS
committed
Amazon Lex Model Building Service Update: Lex now supports es-ES, it-IT, fr-FR and fr-CA locales
1 parent beaa758 commit 2f40f61

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Lex Model Building Service",
4+
"contributor": "",
5+
"description": "Lex now supports es-ES, it-IT, fr-FR and fr-CA locales"
6+
}

services/lexmodelbuilding/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,11 @@
26562656
"en-AU",
26572657
"en-GB",
26582658
"en-US",
2659-
"es-US"
2659+
"es-ES",
2660+
"es-US",
2661+
"fr-FR",
2662+
"fr-CA",
2663+
"it-IT"
26602664
]
26612665
},
26622666
"LocaleList":{

0 commit comments

Comments
 (0)