fix: Added TR translation for 'Preview' text (#31593)

This commit is contained in:
M. Burak Kalkan 2021-07-30 10:08:26 +03:00 committed by GitHub
parent f986929e82
commit 76482c00ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,9 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: 'Önizleme',
},
};
export default localeValues;