This commit is contained in:
Eric Rosenbaum 2019-03-06 10:36:28 -05:00
parent d059f8baa6
commit 65d0a3aa11

View file

@ -186,7 +186,6 @@ class Scratch3Text2SpeechBlocks {
/** /**
* An object with language names mapped to their language codes. * An object with language names mapped to their language codes.
*/ */
get LANGUAGE_INFO () { get LANGUAGE_INFO () {
return { return {
[CHINESE_ID]: { [CHINESE_ID]: {
@ -223,7 +222,7 @@ class Scratch3Text2SpeechBlocks {
[HINDI_ID]: { [HINDI_ID]: {
name: 'Hindi', name: 'Hindi',
locales: ['hi'], locales: ['hi'],
speechSynthLocale: 'en-IN', // should be hi-IN, but this one is not working? speechSynthLocale: 'en-IN',
singleGender: true singleGender: true
}, },
[ICELANDIC_ID]: { [ICELANDIC_ID]: {