From 9acfe0b7f2a13a6486c54566311fe85aa0e0b479 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 12 Mar 2024 02:30:18 +0000 Subject: [PATCH] feat: Automated regeneration of Translate client --- clients/translate/README.md | 7 ++++--- clients/translate/mix.exs | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/clients/translate/README.md b/clients/translate/README.md index a983c5b430..f83cc699f1 100644 --- a/clients/translate/README.md +++ b/clients/translate/README.md @@ -1,8 +1,9 @@ # GoogleApi.Translate -Cloud Translation API client library. +Google Cloud Translation API client library. -Integrates text translation into your website or application. +The Google Cloud Translation API lets websites and programs integrate with + Google Translate programmatically. ## Installation @@ -17,7 +18,7 @@ end ## For more information -Product documentation is available at [https://cloud.google.com/translate/docs/quickstarts](https://cloud.google.com/translate/docs/quickstarts). +Product documentation is available at [https://code.google.com/apis/language/translate/v2/getting_started.html](https://code.google.com/apis/language/translate/v2/getting_started.html). Library reference documentation is published on Hexdocs at [https://hexdocs.pm/google_api_translate](https://hexdocs.pm/google_api_translate). diff --git a/clients/translate/mix.exs b/clients/translate/mix.exs index 02ac1ca213..24abfe6d74 100644 --- a/clients/translate/mix.exs +++ b/clients/translate/mix.exs @@ -48,7 +48,8 @@ defmodule GoogleApi.Translate.Mixfile do defp description() do """ - Cloud Translation API client library. Integrates text translation into your website or application. + Google Cloud Translation API client library. The Google Cloud Translation API lets websites and programs integrate with + Google Translate programmatically. """ end @@ -59,7 +60,7 @@ defmodule GoogleApi.Translate.Mixfile do licenses: ["Apache 2.0"], links: %{ "GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/translate", - "Homepage" => "https://cloud.google.com/translate/docs/quickstarts" + "Homepage" => "https://code.google.com/apis/language/translate/v2/getting_started.html" } ] end