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.2 && <5), containers, glade, gtk, haskeline, HTTP, json, mtl, 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 MikhailPobolovets at 2010-04-26T17:52:30Z
Distributions NixOS:0.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables gtg, gtc
Downloads 7411 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-30 [all 7 reports]

Readme for gt-tools-0.1.4

[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 sumbols code, i.e. en, ru, be.

How to install:
    1) cabal install

Usage example:
    1) gtc en ru test
    2) gtc en ru This is test

(You may want crete aliases in your .bashrc)

For current time GTC supports only UTF-8 console.