Kunena 6.2.6 released

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

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question How do you translate the activities in JomSocial

More
14 years 5 months ago #1 by ivo.apostolov
This appears to be mission impossible for me. The translation of
_KUNENA_JS_ACTIVITYSTREAM_CREATE_MSG1
_KUNENA_JS_ACTIVITYSTREAM_CREATE_MSG2
_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG1
_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG2

is in the kunena language file, however the translation there doesn't works in JomSocial and the other thing is that in the files it is defined as JTEXT, but in tha language files it uses the php define.

Any chance to get translated?

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

More
14 years 5 months ago #2 by Matias
Do not use JText.

echo _KUNENA_JS_ACTIVITYSTREAM_CREATE_MSG1;

..does the trick..

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

More
14 years 5 months ago #3 by ivo.apostolov
Matias, where to put the translation???
In the kunena language files is not enough, because these are not loaded in JomSocial?
Or am I missing something?

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

More
14 years 5 months ago #4 by ivo.apostolov
sorry it appears that the translation of the new strings gets effect subsequently

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

More
14 years 5 months ago #5 by Matias
Yes, they are not loaded by JomSocial if you do not do it by yourself. What are you doing? :)

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

More
14 years 4 months ago #6 by ivo.apostolov
being quite busy and now creating a ski community site -> skior.net

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

More
14 years 4 months ago #7 by korri78
Hi, :laugh:

follow these steps!



1.
Go to administrator > components > com_kunena > language


2.
Grab kunena.english.php


3.
Translate the file into your language

I'm using TextWranglar
www.barebones.com/products/TextWrangler/



if you already have previous version of translated file

add the lines below,
and translate them.


// 1.5.7

define('_KUNENA_JS_ACTIVITYSTREAM_CREATE_MSG1', 'YOUR Translation');
define('_KUNENA_JS_ACTIVITYSTREAM_CREATE_MSG2', 'YOUR Translation');
define('_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG1', 'YOUR Translation');
define('_KUNENA_JS_ACTIVITYSTREAM_REPLY_MSG2', 'YOUR Translation');



4.
Save the file (if necessary, as UTF-8 format)

File name example: kunena.korean.php


5.
Put the new file into administrator > components > com_kunena > language



Good Luck to You~ :laugh:

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

More
14 years 4 months ago #8 by zoveress
I have exactly the same problem. Did u manage to solve it?
My language files are correct containing all these variables however it shows broken on my website. Any suggestions?

Cheers
Z.

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

More
14 years 4 months ago #9 by Matias
Old activities will not get fixed by adding the translations. Only new ones will have correct translations.

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

More
14 years 4 months ago #10 by zoveress
Yeah I figured that out finally :) it is a wee bit confusing though.

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

Time to create page: 0.380 seconds