@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.