gt-tools: Console and GUI interface for Google Translate service

[ program, tools ] [ Propose Tags ]

This package consist from console backend, GUI backend and Core module for Google Translate service. It allows you to translate words and sentences between different languages.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
gui

Use this flag if you wish to build GUI version

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.4.1, 0.1.4.2, 0.1.4.3, 0.1.4.4, 0.2.1
Dependencies base (>=4.4 && <5), containers, extensible-exceptions, glade, gtk (>=0.13), haskeline, HTTP, json, mtl, text, unix, url, utf8-string (>=0.3.6) [details]
License LicenseRef-GPL
Copyright Mikhail S. Pobolovets 2009-2010
Author Mikhail S. Pobolovets
Maintainer Mikhail S. Pobolovets <styx.mp@gmail.com>
Category Tools
Home page http://github.com/styx/gtc
Bug tracker http://github.com/styx/gtc/issues
Uploaded by SergeiTrofimovich at 2015-01-04T14:14:46Z
Distributions NixOS:0.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables gtg, gtc
Downloads 7424 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-12-12 [all 8 reports]

Readme for gt-tools-0.2.1

[back to package description]
GTC - Google Translate Console

This program translates a single word or a sentence through http://translate.google.com.

To use program you need to specify fromLang, toLang and text for translation.
Lang is 2 symbol code, i.e. 'en', 'ru', 'be'.

How to install:
    1) cabal install

Usage example:
    $ gtc en ru test
    $ gtc en ru This is test
    $ gtc en ru
    <interactive line-based mode>

(You may want crete aliases in your .bashrc)

For ghc versions 7.2 and older 'gtc' tool supports only UTF-8 consoles.