Module: Translatomatic

Defined in:
lib/translatomatic.rb,
lib/translatomatic/option.rb,
lib/translatomatic/string.rb,
lib/translatomatic/version.rb,
lib/translatomatic/model/text.rb,
lib/translatomatic/translation.rb,
lib/translatomatic/http_request.rb,
lib/translatomatic/model/locale.rb,
lib/translatomatic/resource_file.rb,
lib/translatomatic/translator/base.rb,
lib/translatomatic/translator/google.rb,
lib/translatomatic/translator/yandex.rb,
lib/translatomatic/translation_result.rb,
lib/translatomatic/translator/frengly.rb,
lib/translatomatic/translator/microsoft.rb,
lib/translatomatic/translator/my_memory.rb

Overview

Module containing all of the translation goodness

Defined Under Namespace

Modules: CLI, EscapedUnicode, Extractor, Model, ResourceFile, TMX, Translator, Util Classes: Config, Converter, ConverterStats, Database, HTTPRequest, Locale, Logger, Option, ProgressUpdater, String, Translation, TranslationResult

Constant Summary collapse

VERSION =

Returns Gem version.

Returns:

"0.1.2"
URL =

Returns Homepage.

Returns:

"https://github.com/smugglys/translatomatic"

Class Method Summary collapse

Class Method Details

.configTranslatomatic::Config

Returns configuration.

Returns:



7
8
9
# File 'lib/translatomatic.rb', line 7

def self.config
  @config ||= Translatomatic::Config.new
end