mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
cleanup
This commit is contained in:
parent
d059f8baa6
commit
65d0a3aa11
1 changed files with 1 additions and 2 deletions
|
@ -186,7 +186,6 @@ class Scratch3Text2SpeechBlocks {
|
|||
/**
|
||||
* An object with language names mapped to their language codes.
|
||||
*/
|
||||
|
||||
get LANGUAGE_INFO () {
|
||||
return {
|
||||
[CHINESE_ID]: {
|
||||
|
@ -223,7 +222,7 @@ class Scratch3Text2SpeechBlocks {
|
|||
[HINDI_ID]: {
|
||||
name: 'Hindi',
|
||||
locales: ['hi'],
|
||||
speechSynthLocale: 'en-IN', // should be hi-IN, but this one is not working?
|
||||
speechSynthLocale: 'en-IN',
|
||||
singleGender: true
|
||||
},
|
||||
[ICELANDIC_ID]: {
|
||||
|
|
Loading…
Reference in a new issue