I am using the paragraphs module. I have a field which contains a date and time e.g. for events, which is added by an author. For the output I use a paragraph-twig-file and I have this:
<div class="timeline-date"> {{ content.field_date }} </div>
In the backend of Drupal I created a custom time “D, d.m.Y – H:i”. The output is right e.g. “Fri, 24.08.2018 – 17:14”, but my site is in german and not english. So how, can I translate the day of week in german? In my case this solution is not working