chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/translate_v2.languages.html b/docs/dyn/translate_v2.languages.html
index df54801..e013a6c 100644
--- a/docs/dyn/translate_v2.languages.html
+++ b/docs/dyn/translate_v2.languages.html
@@ -103,15 +103,15 @@
   An object of the form:
 
     {
-    "languages": [ # List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.
-      {
-        "name": "A String", # Human readable name of the language localized to the target language.
-        "language": "A String", # Supported language code, generally consisting of its ISO 639-1
-            # identifier. (E.g. 'en', 'ja'). In certain cases, BCP-47 codes including
-            # language + region identifiers are returned (e.g. 'zh-TW' and 'zh-CH')
-      },
-    ],
-  }</pre>
+  &quot;languages&quot;: [ # List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.
+    {
+      &quot;language&quot;: &quot;A String&quot;, # Supported language code, generally consisting of its ISO 639-1
+          # identifier. (E.g. &#x27;en&#x27;, &#x27;ja&#x27;). In certain cases, BCP-47 codes including
+          # language + region identifiers are returned (e.g. &#x27;zh-TW&#x27; and &#x27;zh-CH&#x27;)
+      &quot;name&quot;: &quot;A String&quot;, # Human readable name of the language localized to the target language.
+    },
+  ],
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file