Drupal 8, the t() function and the Twig templates
Since Drupal 8 utilizes Twig templates, we cannot make a string translatable with the use of the t() function.
The solution to this problem is the Twig {% trans %} tag. This tag exposes the included string to the translation layer of Drupal 8.
Example: