Ruby on Rails Tuesday, October 30, 2012

def update
....
if @unsafe_building.update_attributes(params[:company])
format.html { redirect_to @unsafe_building, notice:
t('flash.actions.update.notice') }

in it.yml locale file I have:

it:
flash:
actions:
create:
notice: "%{model} è stato creato con successo."
update:
notice: "%{model} è stato modificato con successo."

The message, when I update, is:

%{model} è stato modificato con successo.

Why %{model} is not translated?

--
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@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment