-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide pronunciation in languages #2
base: master
Are you sure you want to change the base?
Conversation
This is cool. Would you be willing to merge the latest from master? Thanks! |
this will let you obtain a link to listen pronunciation, supports language auto-detection
ok, rebased |
This doesn't seem to work for me. I'm guessing suffers from the same API changes required in #4 |
Here's the output I get when it ry to run it. Note that nothing comes back from the last command.
|
|
||
|
||
pattern = new RegExp('pronounce ' + | ||
'(.*?)' + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking this was being too greedy, but .*?
should be non-greedy.
hi, almost forgot about this, are there any blockers? |
this will let you obtain a link to listen pronunciation, supports language auto-detection