Pickdate and some better general foundation styling
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// Spanish
|
||||
|
||||
$pickadate_translations['es'] = {
|
||||
monthsFull: [ 'enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre' ],
|
||||
monthsShort: [ 'ene', 'feb', 'mar', 'abr', 'may', 'jun', 'jul', 'ago', 'sep', 'oct', 'nov', 'dic' ],
|
||||
weekdaysFull: [ 'domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado' ],
|
||||
weekdaysShort: [ 'dom', 'lun', 'mar', 'mié', 'jue', 'vie', 'sáb' ],
|
||||
today: 'hoy',
|
||||
clear: 'borrar',
|
||||
firstDay: 1,
|
||||
format: 'yyyy-mm-dd',
|
||||
displayFormat: 'dddd d !de mmmm !de yyyy',
|
||||
formatSubmit: 'yyyy-mm-dd'
|
||||
};
|
||||
Reference in New Issue
Block a user