Open
Description
This plugin tries to load entity translation based on the language argument. But in case that translation doesn't exist Drupal's ContentEntityBase class throws exception Invalid translation language ($langcode) specified.
.
I suggest to add check if translation exists before trying to get it.