Merge branch '256-avatar-crop-popup' into 'develop'
Add avatar cropper Closes #256 See merge request pleroma/pleroma-fe!547
This commit is contained in:
commit
7b9a6f8d43
9 changed files with 203 additions and 1124 deletions
|
@ -21,6 +21,11 @@
|
|||
"more": "More",
|
||||
"generic_error": "An error occured"
|
||||
},
|
||||
"image_cropper": {
|
||||
"crop_picture": "Crop picture",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
"login": {
|
||||
"login": "Log in",
|
||||
"description": "Log in with OAuth",
|
||||
|
@ -206,6 +211,7 @@
|
|||
"theme_help_v2_1": "You can also override certain component's colors and opacity by toggling the checkbox, use \"Clear all\" button to clear all overrides.",
|
||||
"theme_help_v2_2": "Icons underneath some entries are background/text contrast indicators, hover over for detailed info. Please keep in mind that when using transparency contrast indicators show the worst possible case.",
|
||||
"tooltipRadius": "Tooltips/alerts",
|
||||
"upload_a_photo": "Upload a photo",
|
||||
"user_settings": "User Settings",
|
||||
"values": {
|
||||
"false": "no",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue