web_translate_it rubygem v2.0.2 released

By Edouard on June 7, 2012

I released a new version of the web_translate_it gem, the open-source synchronization tool for Web Translate It.

This version 2.0.2 is a minor new version which includes one improvement and one bug fix.

Support for pagination on String and Term APIs

If you are using the WebTranslateIt::String.find_all and WebTranslateIt::Term.find_all methods, you’ll be happy to know these methods now automatically paginate to fetch all your strings and terms. So if you have thousands of segments to fetch you can implement something like this:

https://gist.github.com/2881038

Better error messages

The WebTranslateIt API was recently changed to return error messages as JSON hashes. The web_translate_it gem was updated to implement this improvement.


Install or Upgrade

To install web_translate_it, please refer to the gem documentation.

To upgrade web_translate_it to its latest version, type in a terminal: gem install web_translate_it.