Redis Dictionary

Build Status Coverage Status Gem Version

Rails frontend for i18n with redis backend as extended version of fourmach/i18n_dashboard gem.

Screenshots

# #

Installation

Add this line to your application's Gemfile:

gem 'redis_dictionary'

And then execute:

$ bundle

Modify your config/routes.rb and add:

mount RedisDictionary::Engine => '/translations'

Thanks