feat(tools, client): add speaking tasks logic (#61906)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
DanielRosa74
2025-11-07 16:29:21 -03:00
committed by GitHub
parent e32bad05c3
commit 2432f5e9e4
24 changed files with 1388 additions and 82 deletions
+6
View File
@@ -53,6 +53,12 @@ export const languageSuperBlocks = [
SuperBlocks.A2Chinese
];
// Mapping from superblock to a speech recognition language (BCP-47)
export const superBlockToSpeechLang: Partial<Record<SuperBlocks, string>> = {
[SuperBlocks.A2English]: 'en-US',
[SuperBlocks.B1English]: 'en-US'
};
/*
* SuperBlockStages.Upcoming = SHOW_UPCOMING_CHANGES === 'true'
* 'Upcoming' is for development -> not shown on stag or prod anywhere