Open sfischer13 opened 6 years ago
Is it possible to localize dates using Liquid? In the following example, I would like to replace %A and %B with non-English words:
%A
%B
{% assign today = 'now' | date: '%s' %} {{today | date: "%A, %e. %B"}}
I think there is a way to do localization in Liquid, but we only support english in Huginn.
Thanks, I wasn't sure how much of Liquid's functionality is supported by Huginn.
Is it possible to localize dates using Liquid? In the following example, I would like to replace
%A
and%B
with non-English words: