-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
30 lines (26 loc) · 881 Bytes
/
Copy pathconfig.js
File metadata and controls
30 lines (26 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//INSTRUCTIONS: configure the basic settings below, then run `npm start` and wait for "Translator is Listening...".
export default {
inputLanguage: 'iw',
outputLanguage: 'en',
/*
Language Code Options:
- English: en
- Spanish: es
- French: fr
- Italian: it
- Russian: ru
- German: de
- Japanese: ja
- Chinese (simplified): zh
- Hebrew: iw
- Portuguese: pt
- Arabic: ar
- Swedish: sv
- Dutch: nl
Full list of language codes: https://cloud.google.com/translate/docs/languages
NOTE: If you add a new language code above, you will need to add a corresponding
region code and a new MacOS voice in `constants.js`.
*/
// Do you plan to speak for a while (true), or are you translating just one quick phrase (false)?
expectANovel: false,
}