TinyMCE Talk:Creating Language

From Moxiecode Documentation Wiki

Jump to: navigation, search

I just had problems to use the German (de) LangPack for Drupal on Apache/Lenny. When I switch default $LANG to "de" in Drupal's tinyMCE setup I didn't see any Editor symbols at all.

The problem is that the files of the LangPack were encoded in DOS format, which won't work in a Linux environment.

Fix:

root@backup:/var/www/sites/all/libraries/tinymce/jscripts/tiny_mce> find ./ -name de.js -exec dos2unix {} \;

HTH M707

I am not sure whether this page is good for this type of content. Maybe you would put this hint into FAQ? Arsen7
Personal tools