BackendTranslator

Provides a web interface for manage Rails I18n texts, storing translations in a key-value store.

Installation

In Rails, add it to your Gemfile:

gem 'backend_translator'

Run the bundle command to install it.

After you install BackendTranslator, you need to run the generator:

rails generate backend_translator:install