Hola a todos. Una pregunta quizas algo tonta, cuando hago validaciones en el modelo con mensajes para la vista en español efectivamente me los muestra en español, pero como puedo hacer para que estos mensajes que son genéricos: 1 error prohibited this categoria from being saved There were problems with the following fields: Aparezcan también en español. Saludos y gracias por la ayuda -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This list is in English, not spanish. Please post in English, or at least use google translate. (Translation): Esta lista se encuentra en Inglés, no español. Por favor, después en Inglés, o al menos utilizar Google Translate. Julian On 04/02/2009, at 2:25 AM, Joselito De sousa wrote:> > Hola a todos. > > Una pregunta quizas algo tonta, cuando hago validaciones en el modelo > con mensajes para la vista en español efectivamente me los muestra en > español, pero como puedo hacer para que estos mensajes que son > genéricos: > > 1 error prohibited this categoria from being saved > There were problems with the following fields: > > Aparezcan también en español. > > Saludos y gracias por la ayuda > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Quoting Joselito De sousa <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>:> > Hola a todos. > > Una pregunta quizas algo tonta, cuando hago validaciones en el modelo > con mensajes para la vista en español efectivamente me los muestra en > español, pero como puedo hacer para que estos mensajes que son > genéricos: > > 1 error prohibited this categoria from being saved > There were problems with the following fields: > > Aparezcan también en español. >Which internationalization package are you using? I just tried my app with Rails 2.2.2 using the built-in I18N package and it behaves properly. For example: no se pudo guardar este task porque se encontraron 2 errores Se encontraron problemas con los siguientes campos: * Tags Etiqueta inválido. * Summary ya está en uso It is not translating the field names and the capitalization looks wrong to my anglo eyes, but only the Spanish messages appear. Jeffrey --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---