I'm translating umbraco to russian, and have bug with translating tinymce theme. All mce plugins translation works fine, but keywords in theme looks like this: umbraco.bold_desc, umbraco.justify_left and etc.
Files ru.js and ru_dlg.js are in the 'umbraco_client\tinymce3\themes\umbraco\langs' folder and begins with "tinyMCE.addI18n('ru.umbraco'" and "tinyMCE.addI18n('ru.umbraco_dlg'".
I tried to delete all english files in 'umbraco_client\tinymce3\themes\umbraco\langs', but tinymce still works, it looks like translating files for u,braco theme stored in other path...
TinyMCE theme doesnt translation error
Hello,
I'm translating umbraco to russian, and have bug with translating tinymce theme. All mce plugins translation works fine, but keywords in theme looks like this: umbraco.bold_desc, umbraco.justify_left and etc.
Files ru.js and ru_dlg.js are in the 'umbraco_client\tinymce3\themes\umbraco\langs' folder and begins with "tinyMCE.addI18n('ru.umbraco'" and "tinyMCE.addI18n('ru.umbraco_dlg'".
What i doing wrong?
P.S. My language file header is:
<?xml version="1.0" encoding="utf-8" ?>
<language alias="ru" intName="Russian" localName="Russian" lcid="1049" culture="ru-RU">
I think this error might be actual for other languages thats not in umbraco standard package
I tried to delete all english files in 'umbraco_client\tinymce3\themes\umbraco\langs', but tinymce still works, it looks like translating files for u,braco theme stored in other path...
i`m really fool)
it was just a browser cache problem.
NOTE: if you just added language files to tinyMCE, clear your browser cache and it will be ok.
solved.
is working on a reply...