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 Translation bug - report :)

More
13 years 2 months ago - 13 years 2 months ago #141653 by rico123
administrator / components / com_kunena / libraries / date.php

AGO on site

this is code in date.php

if (!$output) {
$output .= '0 '.JText::_('COM_KUNENA_DATE_MINUTES');
}
$output = str_replace ( '%time%', trim($output), JText::_('COM_KUNENA_TIME_SINCE') );
KUNENA_PROFILER ? KunenaProfiler::instance()->stop('function '.__CLASS__.'::'.__FUNCTION__.'()') : null;
return $output;

This is translation of admin
COM_KUNENA_LIB_TIME_AGO
="%s ago"

I replace with
COM_KUNENA_TIME_SINCE="%time% your translation"

and copy - pasted file hr-HR.com_kunena.libraries.ini to administrator/language/hr-HR
Last edit: 13 years 2 months ago by rico123.

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

More
13 years 2 months ago - 13 years 2 months ago #141655 by rico123
SOLVED
Last edit: 13 years 2 months ago by rico123.

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

More
13 years 2 months ago #141723 by mazapura
COM_KUNENA_TIME_SINCE="%time% your translation"

can not be translated (uk_UA)

origin: "%time% ago"
translate: "%time% тому"
error: "Expression «% a» not in translation."

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

More
13 years 2 months ago #141732 by rich
Replied by rich on topic Translation bug - report :)
You translate directly on Transifex? Download the file, and change these string locally on your PC. Upload this file then again on Transifex. That should work.

Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: mazapura

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

  • horus68
  • horus68's Avatar
  • New Member
  • New Member
More
13 years 4 weeks ago #142937 by horus68
Replied by horus68 on topic Translation bug - report :)

mazapura wrote: error: "Expression «% a» not in translation."

There is a confirmation box at right of the translation box to force save even with error notice

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

Time to create page: 0.247 seconds