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 */
22/* Written by Thomas Lété */
33( function ( $ ) {
44 $ . timepicker . regional [ 'fr' ] = {
1010 timezoneText : 'Fuseau horaire' ,
1111 currentText : 'Maintenant' ,
1212 closeText : 'Terminé' ,
13- timeFormat : 'h:m ' ,
13+ timeFormat : 'hh:mm ' ,
1414 ampm : false
1515 } ;
1616 $ . timepicker . setDefaults ( $ . timepicker . regional [ 'fr' ] ) ;
You can’t perform that action at this time.
0 commit comments