Sha256: 7101989eed09c2d1a16a876037b4f618c4c9cbf56de10d12e558817aa1884f04

Contents?: true

Size: 649 Bytes

Versions: 1

Compression:

Stored size: 649 Bytes

Contents

/**
 * Spanish translation for foundation-datepicker
 * Bruno Bonamin <bruno.bonamin@gmail.com>
 */
;(function($){
	$.fn.fdatepicker.dates['es'] = {
		days: ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado", "domingo"],
		daysShort: ["dom", "lun", "mar", "mié", "jue", "vie", "sáb", "dom"],
		daysMin: ["do", "lu", "ma", "mi", "ju", "vi", "sa", "do"],
		months: ["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"],
		today: "hoy"
	};
}(jQuery));

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foundation-datepicker-rails-0.0.3 vendor/assets/javascripts/locales/locales/foundation-datepicker.es.js