You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#. Install `pip`_ and `virtualenv`_ if you do not already have them. You may want to refer to the `Python Development Environment Setup Guide`_ for Google Cloud Platform for instructions.
35
41
36
-
.. _Python Development Environment Setup Guide:
37
-
https://cloud.google.com/python/setup
42
+
.. _Python Development Environment Setup Guide:
43
+
https://cloud.google.com/python/setup
38
44
39
45
#. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
40
46
@@ -103,9 +109,8 @@ To run this sample:
103
109
list-languages-with-target
104
110
Lists all available languages and localizes them to
105
111
the target language. Target must be an ISO 639-1
106
-
language code. See
107
-
https://g.co/cloud/translate/v2/translate-
108
-
reference#supported_languages
112
+
language code. See https://g.co/cloud/translate/v2
113
+
/translate-reference#supported_languages
109
114
translate-text Translates text into the target language. Target must
0 commit comments