mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
use id for default language
This commit is contained in:
parent
65d0a3aa11
commit
8fc3111b21
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class Scratch3Text2SpeechBlocks {
|
|||
* @type {string}
|
||||
*/
|
||||
get DEFAULT_LANGUAGE () {
|
||||
return 'en';
|
||||
return ENGLISH_ID;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue