noelportugal / google-home-notifier

Send notifications to Google Home
MIT License
579 stars 171 forks source link

Fix bug and Independence of language setting #34

Closed rf0321 closed 6 years ago

rf0321 commented 6 years ago

When I set japanese lang, Google Home dont speak japanese. So I fix bug. And I think my added method is easier to understand lang setting

rf0321 commented 6 years ago

Add comment. in this way, usage is like a below

// cut other code
googlehome.language('en');

If you merge this, please fix README.md

noelportugal commented 6 years ago

This was fixed by #31