Kunena 6.3.8 Released
The Kunena team has announce the arrival of Kunena 6.3.8 [K 6.3.8] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved How to translate the new CK editor in Kunena 5.2.1?
How to translate the new CK editor in Kunena 5.2.1?
I uploaded the required language .js files from /ckeditor_4.15.1_standard/ckeditor/lang/ to site directory /media/kunena/core/js/ but the text of standard CK editor buttons remains in English.
Best Regards
Please Log in or Create an account to join the conversation.
Should be /media/kunena/core/js/lang/ (but I think you only forgot to write here this complete path).from /ckeditor_4.15.1_standard/ckeditor/lang/ to site directory /media/kunena/core/js/
Afterwards should be this code in the ckeditor_config.js like this for German
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
CKeditor UI language can be changed with the "config.defaultLanguage" option. Example in the ckeditor_config.js
or
But language auto-detect for multilingual sites does not work.
Please Log in or Create an account to join the conversation.
Example: If the browser default language is German, you see the buttons in German language, also in the English section of your web page.
You can test it by change in your web browser the default language. You will see, it works.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
The language of the editor remains the one set with this option regardless of the language of the browser or site.
Example (Screenshoot): Browser language - Bulgarian, selected site language - English, config.defaultLanguage = 'ru' ; (Russian) - Editor language remains Russian
An automatic browser language detection solution:
/media/kunena/core/js/ckeditor.js
On the last line
Replacement with
For multilingual sites, when choosing a site language, the Kunena language is changed. I think that the editor should have the same language as the one chosen for the site and the forum - I need this in my case.
Please Log in or Create an account to join the conversation.
It's better if you add this code to the config.js, because you can use the customized configuration file with a prefix. Then it will not override during Kunena upgrades (see here) .
It does not work, because the CKEditor use an own script instead of .ini files for each language.For multilingual sites, when choosing a site language, the Kunena language is changed. I think that the editor should have the same language as the one chosen for the site and the forum - I need this in my case.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.