feat: incorporate upstream changes#73
Conversation
| get supported "en-\*" voices; when specifying "no", you | ||
| will get supported "no-\*" (Norwegian) and "nb-*" | ||
| get supported "en-*" voices; when specifying "no", you | ||
| will get supported "no-*" (Norwegian) and "nb-*" | ||
| (Norwegian Bokmal) voices; specifying "zh" will also get | ||
| supported "cmn-*" voices; specifying "zh-hk" will also | ||
| get supported "yue-\*" voices. | ||
| get supported "yue-*" voices. |
There was a problem hiding this comment.
I'm not sure why the synth replace isn't working for this, but this is the reason for the docs failure.
There was a problem hiding this comment.
Yeah, the autosynth PR also has the same thing:
There was a problem hiding this comment.
I think I figured it out:
- "((en)|(no)|(nb)(cmn)|(yue))-\*",
+ "((en)|(no)|(nb)|(cmn)|(yue))-\*",
8e83840 to
d7258d8
Compare
|
We can merge this, but isn't it better to have autosynth do the job? It'll have a better changelig I think. |
|
I'm open to merge this, but in that case, let's have a better commit logs and PR description. |
|
@busunkim96 I updated the PR title and description. How does it look? |
busunkim96
left a comment
There was a problem hiding this comment.
@tmatsuo, could you bump these two dependencies in setup.py? They are needed for some of the new changes in this PR.
'google-api-core[grpc] >= 1.22.0, < 2.0.0dev',
'proto-plus >= 1.4.0',
This PR is created by rebasing on top of googleapis#74 then manually run the synthtool.
|
I added |
🤖 I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://www.github.com/googleapis/python-texttospeech/compare/v2.1.0...v2.2.0) (2020-08-10) ### Features * incorporate upstream changes ([#73](https://www.github.com/googleapis/python-texttospeech/issues/73)) ([8ee5447](https://www.github.com/googleapis/python-texttospeech/commit/8ee544740f18497d9925bcf77e5ab96695503589)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
Upstream change:
googleapis/googleapis@a94df49