LEAVE a COMMENT txt change diff language?

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Mon Sep 06, 2010 3:47 pm
Hi guys,


I want to change the language txt " LEAVE a COMMENT" to Dutch and also the line "enter your message here".
The rest is already translated into Dutch.

Cheers,
Remco
User avatar
Fresh Boarder

GK User
Mon Sep 06, 2010 5:51 pm
hey...

the file is located here:
gk_postnote_J!15.tgzgk_postnotehtmlcom_k2defaultitem_comments_form.php

Code: Select all
      $text_to_part = JText::_('Leave a comment');
User avatar
Platinum Boarder

GK User
Mon Sep 06, 2010 6:37 pm
I found the file in /components/com_k2/templates/default/... but it is not working!
User avatar
Fresh Boarder

GK User
Tue Sep 07, 2010 11:54 am
Hi

Component K2 have language file support.
You can find it on ../language/en-GB/en-GB.com_k2.ini
What you have to do is to copy this file to your native language directory, rename the language prefix and them make your own changes on text. You might need to change the characters encode format on document.

"Leave a comment" is there.

Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Sep 07, 2010 4:39 pm
stupid Flanders... (me)
User avatar
Platinum Boarder

GK User
Tue Sep 07, 2010 8:02 pm
The reason it was not working is because the Dutch translations is not correct or lines are missing.

Missing line:
LEAVE A COMMENT=COM mentaar!


ENTER YOUR COMMENT HERE...=geef uw commentaar!
needs to be:
ENTER YOUR MESSAGE HERE...=geef uw commentaar!
User avatar
Fresh Boarder


cron