Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Solved CKEditor Menu Translation

More
1 year 11 months ago #231362 by Gindi
When I open the CKEditor to create or reply to a topic, I have (in my configuration) in the menu bar in the second row at the last position a block of three with buttons for map, video and (grayed out) something with the label "COM_KUNENA_EDITOR_POLLS". The German translation is not displayed.

The entry is in /media/kunena/core/js/plugins/polls/plugin.js:
Code:
 CKEDITOR.plugins.add( 'polls', {     icons: 'polls',     init: function( editor ) {         editor.addCommand( 'polls', new CKEDITOR.dialogCommand( 'pollsDialog' ) );         editor.ui.addButton( 'Polls', {             label: Joomla.Text._('COM_KUNENA_EDITOR_POLLS'),             command: 'polls',             toolbar: 'others'         });         CKEDITOR.dialog.add( 'pollsDialog', this.path + 'dialogs/polls.js' );     } });
What needs to be changed so that the German text is displayed?

I see the same thing here in the forum.

Gindi
 
The following user(s) said Thank You: xillibit

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #231363 by xillibit
Replied by xillibit on topic CKEditor Menu Translation
Hello,

I have just made a fix and you need to add that : github.com/Kunena/Kunena-Forum/commit/d6...c90ecbe41ea38d2a9ccf

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Gindi

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #231364 by Gindi
Replied by Gindi on topic CKEditor Menu Translation
Thanks, the text is now displayed correctly.

gindi
 

Please Log in or Create an account to join the conversation.

More
1 year 11 months ago #231366 by Leen
Replied by Leen on topic CKEditor Menu Translation
Ha thanks this was helpful
I was able to use that too, just had to
change in my language file"nl-NL.com_kunena.libraries.ini"

With kind regards
Leen

Please Log in or Create an account to join the conversation.

Time to create page: 1.208 seconds