Skip to content

Commit

Permalink
feat: Automated regeneration of Translate client (#10925)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-12 02:30:18 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 12, 2024
1 parent 1cffb30 commit dcdef7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions clients/translate/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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).
5 changes: 3 additions & 2 deletions clients/translate/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit dcdef7b

Please sign in to comment.