Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I have the theme 100% translated to Spanish with Loco Translate, but I can’t find the string of ”LEAVE REPLY” to translate it. (https://marcelakeogan.com/videoblog/como-conseguir-clientes-nuevos/)
Where I can find it?
Thank you!
Hello,
Please go to file \includes\view\blog\comments.php and find this line:
<?php comment_form(array('title_reply' => '<span>' ._('Leave Reply'). '</span> '), $post->ID ) ?>
Replace with this:
<?php comment_form(array('title_reply' => '<span>' .__('Leave Reply', 'codeless'). '</span> '), $post->ID ) ?>
Then regenerate the .PO file via PoEditor. You should be able to translate it with PoEditor. Let us know.
Best regards!
You must be logged in to reply to this topic.