• Resolved recentall

    (@recentall)


    Hi,

    I would like to know how we can translate the strings like ‘read more’ & and ‘less’ on the frontend.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • @recentall
    This is where I personnaly translated it :
    File :\wp-content\plugins\rich-reviews\js\rich-reviews.js
    Content (line 16) :

    /* Hack Paloprisk 10-2019 : traductions read more et less */
    /* jQuery(this).html(short_content+'<span class="ellipses">... </span><a href="#" class="Read more"><br />More</a>'+'<span class="more_text" style="display:none;">'+long_content+' <br /><a href="#" class="show_less" style="display:none;">Less</a></span>'); */
    jQuery(this).html(short_content+'<span class="ellipses">... </span><a href="#" class="read_more"><br />...Plus...</a>'+'<span class="more_text" style="display:none;">'+long_content+' <br /><a href="#" class="show_less" style="display:none;">...Moins....</a></span>'); 
    • This reply was modified 5 years, 4 months ago by paloprisk.
    Plugin Author Tevya

    (@thefiddler)

    I’m not sure on this. Apologies for the delay. I’ll bring it to our developer’s attention and get you an answer of some sort soon.

    Plugin Author Tevya

    (@thefiddler)

    @recentall did @paloprisk’s answer help? Or do I still need to address this with the developers?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Translation on latest version’ is closed to new replies.