forked from OpenPDU/openpdu
first mockup in go
This commit is contained in:
17
static/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.eo.js
vendored
Normal file
17
static/bower_components/bootstrap-datepicker/js/locales/bootstrap-datepicker.eo.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Esperanto translation for bootstrap-datepicker
|
||||
* Emmanuel Debanne <https://github.com/debanne>
|
||||
*/
|
||||
;(function($){
|
||||
$.fn.datepicker.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));
|
||||
Reference in New Issue
Block a user