From 0133119110e8fc55dc9c2a22fd8f49713a98125f Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Tue, 25 Dec 2018 18:12:25 +0800 Subject: [PATCH] Add fileExtension localization options. Add fileExtension localization options. --- 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).' } }); ```