# 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:
“‘ruby gem ’backend_translator’ “‘
Run the bundle command to install it.
After you install BackendTranslator, you need to run the generator:
“‘console rails generate backend_translator:install “`