Has anyone tried using Globalize2 backend with Rails 2.3? Does it work
for you?

For some reason error messages are not interpolated/translated, so all
I get is {{attribute}} {{message}} instead of "Name cannot be empty"

>> t = MyObject.new
>> t.save!
[... model validations fails ...]
>> t.errors.full_messages
=> ["{{attribute}} {{message}}", "{{attribute}} {{message}}",
"{{attribute}} {{message}}", "{{attribute}} {{message}}"]

--

You received this message because you are subscribed to the Google Groups 
"rails-i18n" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-i18n?hl=en.


Reply via email to