huginn / huginn

Create agents that monitor and act on your behalf. Your agents are standing by!
MIT License
43.12k stars 3.75k forks source link

How to localize dates using Liquid? #2192

Open sfischer13 opened 6 years ago

sfischer13 commented 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:

{% assign today = 'now' | date: '%s' %}
{{today | date: "%A, %e. %B"}}
dsander commented 6 years ago

I think there is a way to do localization in Liquid, but we only support english in Huginn.

sfischer13 commented 6 years ago

Thanks, I wasn't sure how much of Liquid's functionality is supported by Huginn.