Skip to content

Commit 61a31f8

Browse files
committed
add spanish translation
1 parent 0ac0d51 commit 61a31f8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Spanish translation for the jQuery Timepicker Addon */
2+
/* Written by Ianaré Sévi */
3+
(function($) {
4+
$.timepicker.regional['es'] = {
5+
timeOnlyTitle: 'Elegir una hora',
6+
timeText: 'Hora',
7+
hourText: 'Horas',
8+
minuteText: 'Minutos',
9+
secondText: 'Segundos',
10+
timezoneText: 'Huso horario',
11+
currentText: 'Ahora',
12+
closeText: 'Cerrar',
13+
timeFormat: 'hh:mm',
14+
ampm: false
15+
};
16+
$.timepicker.setDefaults($.timepicker.regional['es']);
17+
})(jQuery);

0 commit comments

Comments
 (0)