Kunena 6.3.0 released

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

Solved Translation bug - report :)

More
11 years 1 month ago - 11 years 1 month ago #1 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: 11 years 1 month ago by rico123.

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

More
11 years 1 month ago - 11 years 1 month ago #2 by rico123
SOLVED
Last edit: 11 years 1 month ago by rico123.

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

More
11 years 1 month ago #3 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
11 years 1 month ago #4 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.
The following user(s) said Thank You: mazapura

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

  • horus68
  • horus68's Avatar
  • Visitor
11 years 6 days ago #5 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.490 seconds