
Fix en-US.yml paddings for ActiveRecord
Reported by Yaroslav Markin | September 1st, 2008 @ 12:22 PM
Padding that is currently in Rails Edge is wrong:
Code does lookups for
activerecord.models/attributes
not
activerecord.errors.models/attributes
Proof:
@activerecord base.rb L1250@:
I18n.translate(defaults.shift, options.merge(:default => defaults, :scope => [:activerecord, :attributes]))
@active_record_helper L198@:
object_name = I18n.t(object_name, :default => object_name, :scope => [:activerecord, :models], :count => 1)
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Repository for collecting Locale data for Ruby on Rails I18n as well as other interesting, Rails related I18n stuff