Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TRANSLATE(1)	       User Contributed Perl Documentation	    TRANSLATE(1)

NAME
     translate - translates a string via Google Translate

SYNOPSIS
	 translate B<-f> I<country-code> B<-t> I<country-code> 'string'

DESCRIPTION
	 Translate will take a word or a string and translate to another language
	 using Google Translate.

OPTIONS
     -f
	     Language that we should translate from. You can use the following:
	     en (English), fr (French), de (German), it (Italien), es (Spanish), pt (Portugeese).

     -t
	     Language we should translate the word/string to. Same language codes as above.

     -h
	     Displays the help screen.

CHANGELOG
	 January 2018:
	 o Switch from Babelfish to Google Translate
	 March 2003:
	 o Add MAN page
	 o Fix new babelfish semantics
	 June 2002:
	 o Initial release

BUGS
	 Sometimes a translated string coming back from Google may contain special characters
	 (e.g. accents etc on fx. french words) which causes the screen to garble up.

AUTHOR
	 Written by Michael Landin <mich@freebsdcluster.org>

perl v5.24.3			   2018-01-15			    TRANSLATE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=translate&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help