feat(media-library): add copy to clipboard, allow avif (#4914)

This commit is contained in:
Erez Rokah
2021-02-03 04:54:49 -08:00
committed by GitHub
parent 51e301c594
commit 4b73e11db0
8 changed files with 162 additions and 21 deletions

View File

@ -193,6 +193,11 @@ const en = {
mediaLibrary: {
mediaLibraryCard: {
draft: 'Draft',
copy: 'Copy',
copyUrl: 'Copy URL',
copyPath: 'Copy Path',
copyName: 'Copy Name',
copied: 'Copied',
},
mediaLibrary: {
onDelete: 'Are you sure you want to delete selected media?',