module Translatomatic

Module containing all of the translation goodness

Command line interface to translatomatic

Constants

URL

@return [String] Homepage

VERSION

@return [String] Gem version

Attributes

config[W]
logger[W]

Public Class Methods

config() click to toggle source

@return [Translatomatic::Config] Configuration settings

# File lib/translatomatic.rb, line 26
def config
  @config ||= Translatomatic::Config::Settings.new
end
logger() click to toggle source

@return [Logger] Translatomatic logger instance

# File lib/translatomatic.rb, line 21
def logger
  @logger ||= Translatomatic::Logger.new
end