If any have followed error:

tinyMCE.addI18n is not a function

So it's means that you are using old version of translation.
Edit your translation file in tinymce/jscripts/tiny_mce/langs/
and replace in the 1st line:

addI18n 

with:

addToLang

Comments

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.