Translator for RoR locale YML files with machine translation ability (Yandex API). This is a "re-do" of the first Locales-translator
Create file config/application.yml and add into it translate API Key
YANDEX_API_KEY: _your-api-key_
Free version Yandex.Translate API, currently used in this app, has some limitations:
the volume of the text translated: 1,000,000 characters per day but not more than 10,000,000 per month.
Full Terms of Use.
Run
bundle exec rspec spec
Most likely you will need to adjust the Selenium::WebDriver before. See at the end of spec/rails_helper.rb
Demo app is here
In app used "Bootstrap-styled tree widget" from here