Skip to content

Commit 266e705

Browse files
author
AWS
committed
Amazon Lex Model Building Service Update: Lex now supports Korean (ko-KR) locale.
1 parent ce67571 commit 266e705

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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 Korean (ko-KR) locale."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,8 @@
28832883
"fr-FR",
28842884
"fr-CA",
28852885
"it-IT",
2886-
"ja-JP"
2886+
"ja-JP",
2887+
"ko-KR"
28872888
]
28882889
},
28892890
"LocaleList":{

0 commit comments

Comments
 (0)