Merge pull request #2058 from ericrosenbaum/bugfix/remove-tts-hindi

Remove Hindi from text2speech extension
This commit is contained in:
Paul Kaplan 2019-03-21 11:06:33 -04:00 committed by GitHub
commit f33b15affa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],