node-red-contrib-google-home-notify icon indicating copy to clipboard operation
node-red-contrib-google-home-notify copied to clipboard

Let us set the accent.

Open kvn1351 opened this issue 7 years ago • 1 comments

Let us set the desired accent - as seen here:

https://github.com/nabbl/google-home-notifier/blob/master/README.md#usage

Thanks

kvn1351 avatar Jun 15 '18 17:06 kvn1351

Had a quick look at the code, and all that's needed is to modify languages.js with the additional accents you want. For example: British English:

  'nl': 'Dutch',
  'en': 'English',
  'en-GB': 'English (British)',

Full list of languages available here: https://cloud.google.com/speech/docs/languages

stealthcopter avatar Sep 03 '18 15:09 stealthcopter