Sha256: 4962efb3509e351a2dc4139152505c06380098e8e6a484a556885af6e37a8d31
Contents?: true
Size: 755 Bytes
Versions: 19
Compression:
Stored size: 755 Bytes
Contents
/** * Esperanto translation for foundation-datepicker, language file from bootstrap-datepicker * Emmanuel Debanne <https://github.com/debanne> */ ;(function($){ $.fn.fdatepicker.dates['eo'] = { days: ["dimanĉo", "lundo", "mardo", "merkredo", "ĵaŭdo", "vendredo", "sabato"], daysShort: ["dim.", "lun.", "mar.", "mer.", "ĵaŭ.", "ven.", "sam."], daysMin: ["d", "l", "ma", "me", "ĵ", "v", "s"], months: ["januaro", "februaro", "marto", "aprilo", "majo", "junio", "julio", "aŭgusto", "septembro", "oktobro", "novembro", "decembro"], monthsShort: ["jan.", "feb.", "mar.", "apr.", "majo", "jun.", "jul.", "aŭg.", "sep.", "okt.", "nov.", "dec."], today: "Hodiaŭ", clear: "Nuligi", weekStart: 1, format: "yyyy-mm-dd" }; }(jQuery));
Version data entries
19 entries across 18 versions & 3 rubygems