Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Add Mandarin Chinese and Hindi
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Sep 25, 2018
1 parent 2b09112 commit b657ebb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions command/voiceChoice.js
Expand Up @@ -30,6 +30,12 @@ const voiceChoice = {
case 'de':
voice = 'Hans';
break;
case 'hi':
voice = 'Aditi';
break;
case 'cmn':
voice = 'Zhiyu';
break;
case 'is':
voice = 'Dora';
break;
Expand Down

0 comments on commit b657ebb

Please sign in to comment.