Home › Forums › Pro Support › Translation This topic has 1 reply, 2 voices, and was last updated 4 years, 3 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 9, 2019 at 10:31 am #9805 JanParticipant Where can i translate “Leave a comment”. I cannot find it is not in te language file. June 9, 2019 at 11:12 am #9809 TomKeymaster Hi there, Are you not seeing it in your language here?: https://translate.wordpress.org/projects/wp-plugins/wp-show-posts/ If you want to do it manually, try this function: add_filter( 'gettext', function( $text ) { if ( 'Leave a comment' === $text ) { $text = 'Your custom text'; } return $text; } ); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In