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

twod’s picture

I 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.

sun’s picture

Status: Active » Closed (fixed)
manuel.adan’s picture

Status: Closed (fixed) » Needs work

This should be documented at README.txt