From c5a4be51df09659d9bbf7da573b4568ce56b7514 Mon Sep 17 00:00:00 2001 From: lassulus Date: Tue, 19 May 2015 14:43:14 +0200 Subject: google-utils: add language reference --- util/bin/google.translate | 1 + 1 file changed, 1 insertion(+) (limited to 'util/bin/google.translate') diff --git a/util/bin/google.translate b/util/bin/google.translate index 06c6a5a8..a8ccd8cc 100755 --- a/util/bin/google.translate +++ b/util/bin/google.translate @@ -7,6 +7,7 @@ tl=${TL:="en"} usage(){ echo 'TL= targetlanguage, valid strings are in the style of "en", "pl" or "de". default "en"' echo 'SL= sourcelanguage, same TL, default is auto' + echo 'valid languages: https://cloud.google.com/translate/v2/using_rest#language-params' echo 'Example: TL="de" ./translate.google "whats up?"' exit 0 -- cgit v1.2.3