-
Notifications
You must be signed in to change notification settings - Fork 604
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
translate: Add support for target option to translate.getLanguages. #1524
Conversation
@@ -166,10 +166,12 @@ Translate.prototype.detect = function(input, callback) { | |||
* | |||
* @resource [Discover Supported Languages]{@link https://cloud.google.com/translate/v2/using_rest#supported-languages} |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
* | ||
* @param {string=} target - Include the languages names in the response |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Made some small style changes to the tests and docs, merged in 581c3b7. |
Thank you for this! |
Cool! When can I expect 0.2.0 to be published? Is there a set release schedule? |
A batch of releases is coming today 👍 |
Did I do the JSDoc comments right?
This adds support for: