I18N: allocator undefined for Proc

Hello all,

I'm trying to translate my application using the I18N feature and it
was working fine until I added a couple of new entries to the en.yml
files. Now in every action in my application I always get the following
error:

sounds like there's something funny in your yml file.

Fred

Hello all,

I've found the problem. Don't know why but the plugin add two entries similar to the following to the yml file:

      long_ordinal: !ruby/object:Proc {}

Best regards, Migrate