grosser / gettext_i18n_rails_example

Rails example application using FastGettext + gettext_i18n_rails + gettext_test_log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails 3 - gettext_i18n_rails example

Rails 2 version

Run it

gem install bundler
bundle install
bundle exec rake db:migrate
bundle exec rails server
visit http://localhost:3000

How to repeat this setup

Follow instructions from gettext_i18n_rails

###Find all translations

translations used while testing

rake gettext:test_log

translations for model names/attributes + thrugh gettext-ruby-parser

rake gettext:find

Convert them to FastGettext readable format

rake gettext:pack

You can see this app running online Demo

TODO

  • link to templating engines
  • styles mssing ?

Author

Michael Grosser
michael@grosser.it
Hereby placed under public domain, do what you want, just do not hold me accountable...

About

Rails example application using FastGettext + gettext_i18n_rails + gettext_test_log


Languages

Language:Ruby 59.8%Language:HTML 25.1%Language:JavaScript 15.0%