mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 11:27:47 +01:00
add missing profile setting locales
This commit is contained in:
parent
488d582afa
commit
7c5f9b082a
2 changed files with 4 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
.pull-left
|
.pull-left
|
||||||
%img.img-rounded.profile--img{src: current_user.profile_picture.url(:medium)}
|
%img.img-rounded.profile--img{src: current_user.profile_picture.url(:medium)}
|
||||||
.media-body
|
.media-body
|
||||||
= f.file_field :profile_picture
|
= f.file_field :profile_picture, label: t('views.settings.profile.avatar')
|
||||||
|
|
||||||
.row#profile-picture-crop-controls{style: 'display: none;'}
|
.row#profile-picture-crop-controls{style: 'display: none;'}
|
||||||
.col-sm-10.col-md-8
|
.col-sm-10.col-md-8
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
.pull-left
|
.pull-left
|
||||||
%img.img-rounded.header--img{src: current_user.profile_header.url(:mobile)}
|
%img.img-rounded.header--img{src: current_user.profile_header.url(:mobile)}
|
||||||
.media-body
|
.media-body
|
||||||
= f.file_field :profile_header
|
= f.file_field :profile_header, label: t('views.settings.profile.header')
|
||||||
|
|
||||||
.row#profile-header-crop-controls{style: 'display: none;'}
|
.row#profile-header-crop-controls{style: 'display: none;'}
|
||||||
.col-sm-10.col-md-8
|
.col-sm-10.col-md-8
|
||||||
|
|
|
@ -396,7 +396,9 @@ en:
|
||||||
back: "Back"
|
back: "Back"
|
||||||
profile:
|
profile:
|
||||||
displayname: "Your name"
|
displayname: "Your name"
|
||||||
|
avatar: "Profile picture"
|
||||||
avatar_adjust: "Adjust your new avatar"
|
avatar_adjust: "Adjust your new avatar"
|
||||||
|
header: "Profile header"
|
||||||
header_adjust: "Adjust your new header"
|
header_adjust: "Adjust your new header"
|
||||||
motivation: "Motivation header"
|
motivation: "Motivation header"
|
||||||
website: "Website"
|
website: "Website"
|
||||||
|
|
Loading…
Reference in a new issue