https://github.com/llopez/simple_i18n_admin
Admin tool for i18n translations
https://github.com/llopez/simple_i18n_admin
Last synced: about 1 year ago
JSON representation
Admin tool for i18n translations
- Host: GitHub
- URL: https://github.com/llopez/simple_i18n_admin
- Owner: llopez
- Created: 2011-04-14T14:57:09.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-18T18:20:18.000Z (about 15 years ago)
- Last Synced: 2024-04-08T15:57:40.192Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 213 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
simple-i18n-admin
==============================================================================
*Simple I18n Admin*
simple-i18n-admin is a Rails Engine that adds and admin tool for i18n translations.
Requirements
------------------------------------------------------------------------------
* Rails
* Redis
Installation
------------------------------------------------------------------------------
Add to your Gemfile.
gem 'simple-i18n-admin', :git => 'git@github.com:llopez/simple_i18n_admin.git', :require => 'simple_i18n_admin'
Then
$ bundle
Then
$ rake simple_i18n_admin:import
Configuration
------------------------------------------------------------------------------
In your config/application.rb
config.simple_i18n_admin.db = 2 # this is the redis database number (default 0)
Usage
------------------------------------------------------------------------------
Go to "/simple_i18n_admin" and see the admin
TODO
------------------------------------------------------------------------------
* Test
* Redis more advance configuration
* Better UI
People
------------------------------------------------------------------------------
* Luis Lopez
Author
* Juan Schwindt
Contributor