Closed (outdated)
Project:
TinyMCE
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2005 at 21:33 UTC
Updated:
14 Jan 2021 at 19:28 UTC
Jump to comment: Most recent
I have installed Drupal version 4.7.0 beta1 and TinyMCE CVS (downloaded today).
When in "Edit TinyMCE profile", "Basic setup" I change the language from "en" to "fr" there are problems when the TinyMCE textarea is displayed.
For example the "bold" and "italic" icons are not found. The log says:
modules/tinymce/tinymce/jscripts/tiny_mce/themes/advanced/images/{$lang_bold_img} not found.
I have checked that "bold_fr.gif" exists in that folder.
Also when hovering the other icons, the information tag says for example: "{$lang_undo_desc}".
I have checked: "undo_desc" is defined in "tinymce/jscripts/tiny_mce/langs/fr.js".
Thank you for fixing this.
Comments
Comment #1
Montuelle commentedComment #2
EduardoMercovich@drupal.org commentedI have found exactly the same issue with "es" (spanish).
This bug report status is closed, but I found no solution. Did I miss something?
Thanks...
Comment #3
kreynen commentedWhat version of the TinyMCE module and TinyMCE are you using?
Comment #4
AdrianB commentedI had the same problem with Swedish translation until i solved it here:
http://drupal.org/node/62502
Comment #5
EduardoMercovich commentedHello kreynen.
* Drupal: 4.7.6 (2007-01-29).
* TinyMCE: $Revision: 1.90 $ $Date: 2006/04/25 11:23:47 $
Thanks a lot for your help.
Regards...
Comment #6
gaele commentedI did not change the language in the Drupal TinyMCE module, but I do have the I18N module running. The same "$lang_*" errors mentioned above appeared.
Adding the right TinyMCE language pack solved the problem for me.
(Drupal 5.1, Drupal tinymce module 5.x-1.x-dev, TinyMCE 2.1.1.1)
Comment #7
mupsi