Kunena move to crowdin for the translations

Like announced in the release nots of the K6.4 RC4 release, Kunena project has moved to crowdin : crowdin.com/project/kunena-forum to manage translations from K6.4 and beyond. The RC4 release is the last version before the stable, so for all translators please update your translations on crowdin.

Transifex is keept for translations from K6.3 and the previous versions of Kunena.

Kunena 6.3.10 Released
The Kunena team has announce the arrival of Kunena 6.3.10[K 6.3.10] 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.

Please note: The Kunena project team takes NO responsibility for maintaining nor supporting anything in this category.

Question hard coded 'reason'

More
1 year 2 months ago #1 by HanKortekaas
I found a non-translated, hard coded 'reason' when editing a message in a pop-up.

Han

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

More
1 year 2 months ago #2 by xillibit
Replied by xillibit on topic hard coded 'reason'
Hello,

How you get this pop-up ? Are-you using Aurelia template ?

I don't provide support by PM, because this can be useful for someone else.

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

More
1 year 2 months ago #3 by HanKortekaas
Replied by HanKortekaas on topic hard coded 'reason'
I found it in NTS Kbee. And to test if it was Kbee or Aurelia I turned on the Aurelia template and found the same. 

Just  edit a post and hover over the reason for editing and a pop-up appears.

 

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

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

More
1 year 2 months ago #4 by Pinkeltje
Replied by Pinkeltje on topic hard coded 'reason'
@xillibit: it is in line 387 layouts/topic/edit/default.php
Code:
 value="<?php echo $this->modified_reason; ?>" data-bs-toggle="tooltip" title="reason"                                placeholder="<?php echo Text::_('COM_KUNENA_EDITING_ENTER_REASON') ?>"/>
I think it should be changed to
Code:
 value="<?php echo $this->modified_reason; ?>" data-bs-toggle="tooltip" title="<?php echo Text::_('COM_KUNENA_EDITING_ENTER_REASON') ?>"                                placeholder="<?php echo Text::_('COM_KUNENA_EDITING_ENTER_REASON') ?>"/>
The following user(s) said Thank You: xillibit

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

More
1 year 2 months ago #5 by xillibit
Replied by xillibit on topic hard coded 'reason'
Hello,

Thanks Pinkeltje, i have made the change it will be in the future K6.2.4 release

I don't provide support by PM, because this can be useful for someone else.

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

More
1 year 2 months ago #6 by HanKortekaas
Replied by HanKortekaas on topic hard coded 'reason'
I have replaced the hard coded 'reason' in the code with 'COM_KUNENA_REASON'

Han

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

Time to create page: 0.349 seconds