Localizing a string with html tag with word inside that tag

Possible solution to get everything translatable as one sting.

<?php printf(__('Click <a href="https://wordpress.stackexchange.com/questions/135866/%s">Here</a> to go and wacth the video.', 'pietergoosen'), esc_url( get_permalink() )); ?>

It is usually safe to assume that the translator have enough knowledge of HTML to understand what is going on there.