mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -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.
|
* 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]: {
|
||||||
|
|
Loading…
Reference in a new issue