Translating Dates
Answer:
Translate the Months:
{% parse_json month_map %} {
"fre": {
"January": "Januar",
"February": "Février",
"March": "Mars",
"April": "Avril",
"May": "Mai",
"June": "Juin",
"July": "Juillet",
"August": "Août",
"September": "Septembre",
"October": "Octobre",
"November": "Novembre",
"December": "Décembre"
},
"ger": {
"January": "Januar"
}
} {% endparse_json %}
Search the Months
Format the translated Month and store in a variable:
PreviousGetting Started with Liquid Caching - to Reduce Server Response time and Improve PerformanceNextSite Search
Last updated
Was this helpful?

