Needs review
Project:
Drag'n'Drop Uploads
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2012 at 09:40 UTC
Updated:
7 May 2012 at 13:53 UTC
Drag and drop is working perfectly when default language is set to English, but when I change it to Slovenian or German language it doesn't work anymore. Am I the only one with this problem? Is there any way to solve this problem?
Comments
Comment #1
Johnny vd Laar commentedI have the same problem. Our site is in dutch.
Comment #2
Johnny vd Laar commentedThe reason is because this variable: Drupal.settings.dragNDropUploads.dropzone.submit
contains the english version "Upload" and not the translated version.
Changing line 37 of file.inc and image.inc to:
'submit' => t('Upload'),
Comment #3
Johnny vd Laar commented