added missing translations to photo#show
This commit is contained in:
parent
2150cb505e
commit
a0e85dfea2
2 changed files with 6 additions and 4 deletions
|
|
@ -8,12 +8,12 @@
|
|||
.span-15.append-1.last
|
||||
#photo_controls
|
||||
.right
|
||||
=link_to "← previous", @prev_photo, :rel => 'prefetch'
|
||||
=link_to "← #{t('previous')}", @prev_photo, :rel => 'prefetch'
|
||||
\/
|
||||
=link_to "next →", @next_photo, :rel => 'prefetch'
|
||||
=link_to "#{t('next')} →", @next_photo, :rel => 'prefetch'
|
||||
|
||||
- if @photo.status_message_id
|
||||
=link_to "← view original post", @photo.status_message
|
||||
=link_to "← #{t('.view_original_post')}", @photo.status_message
|
||||
- else
|
||||
\.
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ en:
|
|||
no_new_notifications: "no new notifications"
|
||||
_home: "Home"
|
||||
_comments: "Comments"
|
||||
next: 'next'
|
||||
previous: 'previous'
|
||||
contacts:
|
||||
zero: "no contacts"
|
||||
one: "1 contact"
|
||||
|
|
@ -255,8 +257,8 @@ en:
|
|||
view: "view"
|
||||
edit: "edit"
|
||||
edit_delete_photo: "Edit photo description / delete photo"
|
||||
original_post: "Original Post"
|
||||
permalink: "permalink"
|
||||
view_original_post: "view original post"
|
||||
edit:
|
||||
editing: "Editing"
|
||||
photo:
|
||||
|
|
|
|||
Loading…
Reference in a new issue