[web] Add missing localization key

This commit is contained in:
Manav Rathi 2024-05-11 10:05:42 +05:30
parent 0443946790
commit 6ad0fa3900
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -645,7 +645,7 @@ const ImageEditorOverlay = (props: IProps) => {
setCurrentTab(value);
}}
>
<Tab label={t("CROP")} value="crop" />
<Tab label={t("editor.crop")} value="crop" />
<Tab label={t("TRANSFORM")} value="transform" />
<Tab
label={t("COLORS")}

View file

@ -565,6 +565,9 @@
"IMAGE": "Image",
"VIDEO": "Video",
"LIVE_PHOTO": "Live Photo",
"editor": {
"crop": "Crop"
},
"CONVERT": "Convert",
"CONFIRM_EDITOR_CLOSE_MESSAGE": "Are you sure you want to close the editor?",
"CONFIRM_EDITOR_CLOSE_DESCRIPTION": "Download your edited image or save a copy to Ente to persist your changes.",