Skip to content

Commit dbcc2ea

Browse files
This Feature Adds Support for the "et-EE" Locale for Batch Operations
1 parent ce51cf4 commit dbcc2ea

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

generator/ServiceModels/transcribe/transcribe-2017-10-26.api.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,7 @@
12831283
"cs-CZ",
12841284
"cy-WL",
12851285
"el-GR",
1286+
"et-EE",
12861287
"et-ET",
12871288
"eu-ES",
12881289
"fi-FI",

generator/ServiceModels/transcribe/transcribe-2017-10-26.normal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,7 @@
17771777
"cs-CZ",
17781778
"cy-WL",
17791779
"el-GR",
1780+
"et-EE",
17801781
"et-ET",
17811782
"eu-ES",
17821783
"fi-FI",

sdk/src/Services/TranscribeService/Generated/ServiceEnumerations.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,10 @@ public class LanguageCode : ConstantClass
479479
/// </summary>
480480
public static readonly LanguageCode EsUS = new LanguageCode("es-US");
481481
/// <summary>
482+
/// Constant EtEE for LanguageCode
483+
/// </summary>
484+
public static readonly LanguageCode EtEE = new LanguageCode("et-EE");
485+
/// <summary>
482486
/// Constant EtET for LanguageCode
483487
/// </summary>
484488
public static readonly LanguageCode EtET = new LanguageCode("et-ET");

0 commit comments

Comments
 (0)