I had the same problem. Go to frontend/class-frontend-mqtranslate-integr.php and put
echo “<meta name=’description’ content=’$metadesc’ />”;
after
if ( ( ! is_string( $metadesc ) || ” === $metadesc ) && ” !== $template ) {
if ( ! isset( $term ) ) {
$term = $wp_query->get_queried_object();
}
$metadesc = wpseo_replace_vars( $template, $term );
}