BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

nele

v0.2.2RubyGems· Ruby

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.

The verdict
Abandoned. Last published 14 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicenseUnknown
DepsZero deps
Maintenance
Last published 14 years ago.
Popularity
6 downloads / week
Security
No known advisories for this version (OSV).
License
No license declared.
Dependencies
No runtime dependencies
Recent releases
  • 0.2.214 years ago
nele — 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. (Ruby / RubyGems) · Modules