Skip to content

rails 3.2 app, demonstrates way to provide personal translations for each user/any_other_model_to_your_needs

Notifications You must be signed in to change notification settings

Kamrad117/i18n-active_record-example

Repository files navigation

#i18n-active_record-example

Example rails 3.2 app, demonstrates how to provide ability to users create their own translations runtime.

###Installation

git clone [email protected]:Kamrad117/i18n-active_record-example.git
cd i18n-active_record-example
bundle install

###Usage

After sign_in/sign_up go to localhost:3000/translations and add or edit one of :translations, :edit_account, :logout keys translations.

Default translations placed in config/locales/en.yml

About

rails 3.2 app, demonstrates way to provide personal translations for each user/any_other_model_to_your_needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages