monim67 / django-flatpickr

Flatpicker based DatePickerInput, TimePickerInput and DateTimePickerInput with date-range-picker functionality for django >= 2.0
https://pypi.org/project/django-flatpickr/
MIT License
60 stars 11 forks source link

How can I change months to spanish #4

Closed george72 closed 1 year ago

george72 commented 4 years ago

It is very easy to setup and have it working. I just need to change month from English (December) to spanish: Diciembre.

Setup Information (please complete the following information):

monim67 commented 1 year ago

Use locale option to set language. See customization section on README.