Richtext Editor (tinyMCE) Right Mouse Context Menu Texts are wrong
Hi,
I installed the latest Umbraco for .Net 3.5. When I insert an image and right click it I get the following descriptions?
As you can see, the descriptions are not read out correctly, or are not in my installation files? Where are these variables defined, so I can check the files?
Weird! I've not seen this behaviour before, have you tried in a different browser just to debug? Also, what is the language set in your browser? Maybe the translations weren't set properly for your language.
It is the same in all browsers. I have another site in 4.01 in which the descriptions are all OK. Could it be the files for the translations are not on disk? Where should they be?
Ah, just checked it out in 4.5.2 and I get the same labels. So it looks like a bug, please report it on Codeplex if it's not there already, so we can vote it up. Thanks!
By the way, for now you could just manually add the translations or have a look at an older version of Umbraco's en.js file and get them from there, maybe you can even do a diff and find all of the missing translations (they could be added to the codeplex issue).
Richtext Editor (tinyMCE) Right Mouse Context Menu Texts are wrong
Hi,
I installed the latest Umbraco for .Net 3.5. When I insert an image and right click it I get the following descriptions?
As you can see, the descriptions are not read out correctly, or are not in my installation files? Where are these variables defined, so I can check the files?
Or is this a known issue?
anybody?
Weird! I've not seen this behaviour before, have you tried in a different browser just to debug? Also, what is the language set in your browser? Maybe the translations weren't set properly for your language.
Hi,
It is the same in all browsers. I have another site in 4.01 in which the descriptions are all OK. Could it be the files for the translations are not on disk? Where should they be?
Ah, just checked it out in 4.5.2 and I get the same labels. So it looks like a bug, please report it on Codeplex if it's not there already, so we can vote it up. Thanks!
I created an item on codeplex. http://umbraco.codeplex.com/workitem/28852
Hope i did it ok, was the first time...
seems the theme language files are not loaded. They are on the disk. only the default en.js gets loaded.
Yup, looks good!
By the way, for now you could just manually add the translations or have a look at an older version of Umbraco's en.js file and get them from there, maybe you can even do a diff and find all of the missing translations (they could be added to the codeplex issue).
Well it seems the language files from this folder are not loaded on the site: \umbraco_client\tinymce3\themes\advanced\langs\*.js
That's why it reads: advanced.copy_desc.
maybe there is some other setting file in which this needs to be added.
I checked with an 4.x installation and it seems the way the translation files are inserted is changed in 4.5.2.
There is an existing issue opened on this! http://umbraco.codeplex.com/workitem/22152
is working on a reply...