fix: Added German translation for Image 'Preview' text (#32001)

This commit is contained in:
Taucher Christoph 2021-09-03 07:25:53 +02:00 committed by GitHub
parent 999660c574
commit 85344a4ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,9 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: 'Vorschau',
},
};
export default localeValues;