Hello, I need help for a template
I’m extracting the name of the month in this way {% set date_format2 = “F”%} and I apply it like this
Your invoice for {{current.date_created | date (date_format2)}} has already been issued., works well.but the name of the month appears in English, how can I make it appear in Spanish ? Regards !
Hola necesito ayuda para una plantilla
Estoy extrayendo el nombre del mes de esta forma {% set date_format2 = “F” %} y lo aplico asi
Tu boleta de {{ current.date_created | date(date_format2) }} ya fue emitida, funciona bien.
pero me aparece en ingles el nombre del mes, como puedo hacer que aparezca en español ?