We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac0d51 commit 61a31f8Copy full SHA for 61a31f8
localization/jquery-ui-timepicker-es.js
@@ -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