HI, I want to translate TinyMCE to some other language. I have looked at forum but I couldn't find source for this issue. And Also I need to advice to display emotion button and also add some font to font list.
Your advice will be highly appreciated.
Thanks,
|
TinyMCE is already translated, a lo of languages are already preloaded for TinyMCE in Dolphin.
TinyMCE tries takes the language code from Dolphin system and see if the same language code available in TinyMCE.
Rules → http://www.boonex.com/terms |
Thank you so much, I will check all these files.
|
Hi, AlexT
Please teach me witch part do I have to edit to change language other than English?
I have changed language:"en" to language:"**" in tiny_mce.js but it doesn't make any changes. I am doing wrong?
Your advice will be highly appreciated
Thanks,
|
You don't need to do any changes, if you have the latest version of Dolphin it should work as it is. Rules → http://www.boonex.com/terms |
Hmm, That funny. You mean, if I select language other than English, it translate automatically? But It is still English even thoug I have selected other language. Of coruse my language is supported.
I have no idea what to do.....
|
My site switches languages on tinymce without problems.
What is the language so i can run some tests on my site.
https://www.deanbassett.com |
If you can test it out, it will be apprecited.
I am testing with Japanese. Waiting your reply.
Thanks,
|
I just created a language for Japanese on my site, and switched to it.
All of the tinymce tool tips were displaying in Japanese. I had no problem. It seems to work fine.
You can also test on the boonex demo site. demo.boonex.com
https://www.deanbassett.com |
Hi,
Thank you so much for testing them with Japanese.
I have checked dolphin demo site but it is only for English and russian. How have you done to display Japanese? I have selected Japanese as main language but tinymce interface is all English. e.g. Inser/edit table When you click table button windows pops up but it all English, how about yours? I really appreciated all your help. Thank you
|
When i click the button it's in Japanese.
To test on the demo site, all you need to do is go into languages, create a new language using English as a copy.
when you switch to that language, the site is in English because it is a copy, but tinymce will be in Japanese.
https://www.deanbassett.com |
Hi, deano92964
Thank you for your reply. I will send you PM so please check.
Thanks,
|
The solution was a change in the code used when the language was created.
You were using the country code of jp when you needed to use the language code of ja instead.
https://www.deanbassett.com |