The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567891011121314 { en => { errors => { attributes => { date_of_birth => { not_future => 'Date {{value}} is future', }, }, messages => { not_voting_age => 'not voting age', } } },};
{
en
=> {
errors
attributes
date_of_birth
not_future
=>
'Date {{value}} is future'
,
},
messages
not_voting_age
'not voting age'
}
};