Sha256: 88506cdec74fbc52e97fb7f304cdd1003c281994fccc40f93a3f3fec2a12c400
Contents?: true
Size: 1.26 KB
Versions: 5
Compression:
Stored size: 1.26 KB
Contents
# About Lolita I18n is Lolita[https://github.com/ithouse/lolita] plugin, that enables .yml file translation from WEB interface. ## Usage * setup rails 3.1 project with ["Lolita"](https://github.com/ithouse/lolita) * setup [Redis DB](http://redis.io) on your server * add `gem 'lolita-i18n'` into Gemfile * in your lolita setup block add `config.i18n.store = {:db => REDIS_DB}` or `config.i18n.store = Redis.new` * add `REDIS_DB = your db number` in your environment files. * open `/lolita/i18n` and start translating ## Contributing to lolita-i18n * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start a feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it. == Copyright Copyright (c) 2011 ITHouse (Latvia). See LICENSE.txt for further details.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lolita-i18n-0.3.2 | README.md |
lolita-i18n-0.3.1 | README.md |
lolita-i18n-0.3.0 | README.md |
lolita-i18n-0.1.18 | README.md |
lolita-i18n-0.2.0 | README.md |