Open bl8m opened 7 years ago
You can edit the uncompressed version of calendar.js For example, for a translation into Spanish, you should change the following lines:
56: var months = ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"];
158: var labelsList = ["Lun", "Mar", "Mie", "Jue", "Vie", "Sab", "Dom"];
It is possible that you should change the first day of the week, for this I suggest you read here
Hi! Is it possibile to localize the date strings?