No translation

there is no translation, look at the screenshots.
Also there is no possibility of transfer.

I installed Loco translate.
And he can not find the words.

function rmedia_single_comment( $comment, $count = false, $i = false ) {

	$html = '';
	$class = '';
	if ( isset( $count ) && $count ) {
		$hide = $count - 5;
		if ( $i < $hide ) {
			$class = 'hide';
			if ( 0 == $i ) {
				echo '<div class="rtmedia-like-info"><span id="rtmedia_show_all_comment"> ' . esc_html( 'Show all ' . $count . ' comments', 'rtmedia' ) . ' </span></div>';
			}
		}
	}

The interpreter can not find this variable.
What to do?

Hello @s4ow7ime,

We have fixed this issue in the upcoming release rtMedia 4.3.1. Hopefully, it will be released before the weekend.

Thanks.