0.0
No commit activity in last 3 years
No release in over 3 years
Use this to manage translations for different parts of application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

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