I am busy with a blog in 2 languages (NL & EN). I need to have the date of the posts also in the right language.
In the template blog_item.html.twig the date is constructed by this rule:
<span><i class="fa fa-clock-o"></i> {{ page.date|date(config.system.pages.dateformat.short) }}</span>
How should I change this rule to get the date in the right language???
Thanks.