Skip to content

uchoaaa/i18n_label

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I18nLabel

Since labels don’t use I18n in Rails 2.2 (I was too late in submitting the
patch), we’d have to make due with a plugin.

Installation and configuration consists of 1 easy steps:

  1. Run:
./script/plugin install git://github.com/iain/i18n_label.git

Example

In your translation file:

en-US: activerecord: attributes: topic: name: A nice name

In your view:

<% form_for @topic do |f| %> <%= f.label :name %> <% end %>

The result is:

<label for="topic_name">A nice name (please ignore the minor problem with html in github)

For more information about where to put your translations,
visit my blog

Copyright © 2008 Iain Hecker, released under the MIT license

About

Adds translated form labels to Rails 2.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published