Skip to content

Commit

Permalink
Merge pull request #2058 from ericrosenbaum/bugfix/remove-tts-hindi
Browse files Browse the repository at this point in the history
Remove Hindi from text2speech extension
  • Loading branch information
paulkaplan authored Mar 21, 2019
2 parents 35d2553 + 1339841 commit f33b15a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/extensions/scratch3_text2speech/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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'],
Expand Down

0 comments on commit f33b15a

Please sign in to comment.