Updated generated docs
diff --git a/docs/dyn/translate.v2.languages.html b/docs/dyn/translate.v2.languages.html
index 3ecb5cd..4178c45 100644
--- a/docs/dyn/translate.v2.languages.html
+++ b/docs/dyn/translate.v2.languages.html
@@ -17,7 +17,19 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List the source/target languages supported by the API<br>
<br>
Args:<br>
- target: string, the language and collation in which the localized results should be returned</tt></dd></dl>
+ target: string, the language and collation in which the localized results should be returned<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "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.<br>
+ {<br>
+ "name": "A String", # The localized name of the language if target parameter is given.<br>
+ "language": "A String", # The language code.<br>
+ },<br>
+ ],<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>