File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
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 ) ;
Original file line number Diff line number Diff line change 1
- /* Czech translation for the jQuery Timepicker Addon */
1
+ /* French translation for the jQuery Timepicker Addon */
2
2
/* Written by Thomas Lété */
3
3
( function ( $ ) {
4
4
$ . timepicker . regional [ 'fr' ] = {
10
10
timezoneText : 'Fuseau horaire' ,
11
11
currentText : 'Maintenant' ,
12
12
closeText : 'Terminé' ,
13
- timeFormat : 'h:m ' ,
13
+ timeFormat : 'hh:mm ' ,
14
14
ampm : false
15
15
} ;
16
16
$ . timepicker . setDefaults ( $ . timepicker . regional [ 'fr' ] ) ;
You can’t perform that action at this time.
0 commit comments