I have a problem with translation of english phrase when an input error
occurs. When I put: error_messages_for(“registratie”) above my view. I
get the error: “xx errors prohibited this registratie from being saved”.
The problem now is, the site is for dutch customers and I would like to
translate this to a dutch phrase. I know I can translate the individual
fields with the :message attribuut. But how can i customize errors on a
level higher? Is there some file in the rails directory wich I can
adjust? Can I just override it somewhere in my rails application?
I searched at google but couldnt find something usefull