mynewsdesk / deprecated-translate

A Ruby on Rails plugin with a web interface for translating I18n texts
http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui
MIT License
346 stars 87 forks source link

task translate:google needs httparty to be loaded #3

Open gravis opened 15 years ago

gravis commented 15 years ago

Hi,

If I run :

$ rake translate:google FROM=en TO=de rake aborted! uninitialized constant GoogleApi::HTTParty

I had to add a require 'httparty' at begining of tasks/translate.rake