Needs work
Project:
Image Assist
Version:
6.x-2.0-alpha4
Component:
Wysiwyg API Plugin
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2010 at 16:57 UTC
Updated:
29 May 2012 at 18:08 UTC
I use the wysiwyg api module with TinyMCE. I enabled this editor on my input format, and it works fine.
I then set the language of the editor to French, still works fine.
But xhen I enable the Image Assist button for TinyMCE editor, then the TinyMCE editor disapears. It comes back if I switch back to English, or if I disable the "Image assist" button.
Thaks for your help
Comments
Comment #1
twodI bet that's because there's no french language file in img_assist/drupalimage/langs. If TinyMCE tries to load one of its native plugins (like the one supplied by Image Assist) that doesn't have a translation file for the set language, it'll simply crash.
To fix: copy the en.js file, rename it to use the french language code, replace the language code inside the file too and translate the string.
Comment #2
sunComment #3
manuel.adanThis should be documented at README.txt