mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #2058 from ericrosenbaum/bugfix/remove-tts-hindi
Remove Hindi from text2speech extension
This commit is contained in:
commit
f33b15affa
1 changed files with 0 additions and 7 deletions
|
@ -84,7 +84,6 @@ const DUTCH_ID = 'nl';
|
|||
const ENGLISH_ID = 'en';
|
||||
const FRENCH_ID = 'fr';
|
||||
const GERMAN_ID = 'de';
|
||||
const HINDI_ID = 'hi';
|
||||
const ICELANDIC_ID = 'is';
|
||||
const ITALIAN_ID = 'it';
|
||||
const JAPANESE_ID = 'ja';
|
||||
|
@ -242,12 +241,6 @@ class Scratch3Text2SpeechBlocks {
|
|||
locales: ['de'],
|
||||
speechSynthLocale: 'de-DE'
|
||||
},
|
||||
[HINDI_ID]: {
|
||||
name: 'Hindi',
|
||||
locales: ['hi'],
|
||||
speechSynthLocale: 'en-IN',
|
||||
singleGender: true
|
||||
},
|
||||
[ICELANDIC_ID]: {
|
||||
name: 'Icelandic',
|
||||
locales: ['is'],
|
||||
|
|
Loading…
Reference in a new issue