RubyGems Navigation menu

nele 0.2.2

Nele translates ruby string to the other language. It uses external public translators like Microsoft Translator or Yahoo's Babelfish. ### Installation: git install nele ### Usage: require 'nele' String.translators => [:babelfish, :ms] ### Microsoft Translator: String.translator = :ms String.translator.config[:from] = "en" String.translator.config[:to] = "pl" String.translator.config[:appId] = YOUR_APP_ID "nice girl".translate => "mila dziewczyna" ### Yahoo's Babelfish: String.translator = :babelfish String.translator.config[:lp] = "en_es" "hello".translate => "hola" If you know any other (free) public translators just let me know, or write your own adapter for nele.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.2.2 - December 13, 2011 (8.5 KB)
Show all versions (2 total)

Runtime Dependencies (1):

json >= 1.4.6

Owners:

Authors:

  • cfx

SHA 256 checksum:

015855988f3addbba5f2f7cfec7f23ce3f9c1d3eb05af99ec3e809e756cd097c

Total downloads 4,210

For this version 4,204

Licenses:

N/A

Required Ruby Version: >= 1.8.7

Links: