diff options
| author | Kir | 2011-11-01 14:18:21 +0400 | 
|---|---|---|
| committer | Kir | 2011-11-01 14:18:21 +0400 | 
| commit | 49e19f446e625ef1fcac1e8890dba0b34b234ec2 (patch) | |
| tree | 8d3a29793d4d43bddba70abcaef071d40277daa0 /README.md | |
| parent | f96948724a0c157f98b952e6bd83da28d06ba1d9 (diff) | |
| download | inboxes-49e19f446e625ef1fcac1e8890dba0b34b234ec2.tar.bz2 | |
Speakers, new readme, dependencies and views generator
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 | 
1 files changed, 8 insertions, 2 deletions
| @@ -24,13 +24,19 @@ Remember that unfortunately, Inboxes reserve 3 model names: Discussion, Discussi  4. Now Inboxes is ready to use. Open `http://yoursite.dev/discussions` to show discussions list. You can start new one.  Default Inboxes views are ugly, so you can copy it to your app and make anything with them: `rails generate inboxes:views` +If you have problems with installation if gem, you can check [demo app code](https://github.com/kirs/inboxes-app) -###Todo +## I18n + +By default, this gem provides localized phrases for Russian and English languages. You can easily override any of them. [Here is](https://github.com/kirs/inboxes/blob/master/config/locales/en.yml) list of all I18n phrases. + +##Todo  - Add rspec tests  - Move gem resources to namespace +- Describe integration with Faye -###Authors: +##Authors  - [Kir Shatrov](https://github.com/kirs/) (Evrone Company) | 
