@@ -12,7 +12,7 @@ This directory contains samples for Google Translation API. With `Google Transla
12
12
13
13
14
14
15
- .. _Google Translation API : https://cloud.google.com/translate/docs
15
+ .. _Google Translation API : https://cloud.google.com/translate/docs
16
16
17
17
Setup
18
18
-------------------------------------------------------------------------------
@@ -59,7 +59,7 @@ Quickstart
59
59
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
60
60
61
61
.. image :: https://gstatic.com/cloudssh/images/open-btn.png
62
- :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=translate/cloud-client/quickstart.py; translate/cloud-client/README.rst
62
+ :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=translate/cloud-client/quickstart.py, translate/cloud-client/README.rst
63
63
64
64
65
65
@@ -75,7 +75,7 @@ Snippets
75
75
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
76
76
77
77
.. image :: https://gstatic.com/cloudssh/images/open-btn.png
78
- :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=translate/cloud-client/snippets.py; translate/cloud-client/README.rst
78
+ :target: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=translate/cloud-client/snippets.py, translate/cloud-client/README.rst
79
79
80
80
81
81
@@ -103,8 +103,9 @@ To run this sample:
103
103
list-languages-with-target
104
104
Lists all available languages and localizes them to
105
105
the target language. Target must be an ISO 639-1
106
- language code. See https://g.co/cloud/translate/v2
107
- /translate-reference#supported_languages
106
+ language code. See
107
+ https://g.co/cloud/translate/v2/translate-
108
+ reference#supported_languages
108
109
translate-text Translates text into the target language. Target must
109
110
be an ISO 639-1 language code. See
110
111
https://g.co/cloud/translate/v2/translate-
0 commit comments