From 2cd150bd6c1ae267bf318d61d3d09419db8a5c04 Mon Sep 17 00:00:00 2001 From: Matteo Gaggiano Date: Fri, 3 Nov 2017 12:58:25 +0100 Subject: [PATCH] Update README.md Added missing `fileExtension` in error translations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0676b68..2f501b2 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).' } }); ```