Sha256: a74a72158b2966bd33e8c2832d2499c7d5a3f011044f88c6d8ebc03933f200eb
Contents?: true
Size: 711 Bytes
Versions: 4
Compression:
Stored size: 711 Bytes
Contents
= Interpreter Interpreter makes managing different translations easy. It provides a simple UI to add and modify translations. == Requirements Interpreter uses a Redis database as the backend to store translations. So make sure you have Redis running on your system and you have redis gem is in your Gemfile. == Installation Add the gem to your Gemfile. gem 'interpreter' Create an initialization file config/initializers/interpreter.rb Add the following to it and you can set a Redis database to use as the backend store Interpreter.setup do |config| config.backend = Redis.new end == Usage You can access all the translations by visiting the following url /interpreter/translations
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
interpreter-0.0.5 | README.rdoc |
interpreter-0.0.4 | README.rdoc |
interpreter-0.0.3 | README.rdoc |
interpreter-0.0.2 | README.rdoc |