localize outfits#_outfit
This commit is contained in:
parent
254a4fe89c
commit
1ef39f854c
3 changed files with 17 additions and 5 deletions
|
@ -7,8 +7,8 @@
|
||||||
= link_to outfit.name, outfit, :class => 'outfit-name'
|
= link_to outfit.name, outfit, :class => 'outfit-name'
|
||||||
|
|
||||||
%footer
|
%footer
|
||||||
= link_to_edit_outfit 'edit', outfit, :class => 'outfit-edit-link'
|
= link_to_edit_outfit t('.edit'), outfit, :class => 'outfit-edit-link'
|
||||||
= button_to 'delete', outfit, :method => 'delete', :class => 'outfit-delete-button', :confirm => "Are you sure you want to delete the outfit #{outfit.name}?"
|
= button_to t('.delete'), outfit, :method => 'delete',
|
||||||
|
:class => 'outfit-delete-button',
|
||||||
|
:confirm => t('.delete_confirmation',
|
||||||
|
:outfit_name => outfit.name)
|
||||||
|
|
|
@ -645,6 +645,12 @@ en-MEEP:
|
||||||
Thanks for meeping us <strong>%{pet_name}</strong>.
|
Thanks for meeping us <strong>%{pet_name}</strong>.
|
||||||
Meep up the good work!
|
Meep up the good work!
|
||||||
|
|
||||||
|
outfit:
|
||||||
|
edit: eedit
|
||||||
|
delete: demeep
|
||||||
|
delete_confirmation:
|
||||||
|
Are you sure you want to demeep the outfit %{outfit_name}?
|
||||||
|
|
||||||
show:
|
show:
|
||||||
default_outfit_name: Meeped outfit
|
default_outfit_name: Meeped outfit
|
||||||
edit: Meep
|
edit: Meep
|
||||||
|
|
|
@ -691,6 +691,12 @@ en:
|
||||||
Thanks for showing us <strong>%{pet_name}</strong>.
|
Thanks for showing us <strong>%{pet_name}</strong>.
|
||||||
Keep up the good work!
|
Keep up the good work!
|
||||||
|
|
||||||
|
outfit:
|
||||||
|
edit: edit
|
||||||
|
delete: delete
|
||||||
|
delete_confirmation:
|
||||||
|
Are you sure you want to delete the outfit %{outfit_name}?
|
||||||
|
|
||||||
show:
|
show:
|
||||||
default_outfit_name: Shared outfit
|
default_outfit_name: Shared outfit
|
||||||
edit: Edit
|
edit: Edit
|
||||||
|
|
Loading…
Reference in a new issue