From a7c1ba668071fa7dbf0a1a4d716ecd4b3b87d4e5 Mon Sep 17 00:00:00 2001 From: devyk Date: Fri, 13 Oct 2017 14:57:04 +0300 Subject: [PATCH] Added into README missed error key which may be translated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0676b68..e73aec4 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,8 @@ $('.dropify').dropify({ 'maxWidth': 'The image width is too big ({{ value }}}px max).', 'minHeight': 'The image height is too small ({{ value }}}px min).', 'maxHeight': 'The image height is too big ({{ value }}px max).', - 'imageFormat': 'The image format is not allowed ({{ value }} only).' + 'imageFormat': 'The image format is not allowed ({{ value }} only).', + 'fileExtension': 'The file is not allowed ({{ value }} only).' } }); ```