Skip to content

Commit 3d4c008

Browse files
Fixes #741 - Update to Spanish translation
1 parent 1810c3d commit 3d4c008

4 files changed

+10
-7
lines changed

dist/i18n/jquery-ui-timepicker-addon-i18n.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@
175175
// source: src/i18n/jquery-ui-timepicker-es.js
176176
/* Spanish translation for the jQuery Timepicker Addon */
177177
/* Written by Ianaré Sévi */
178+
/* Modified by Carlos Martínez */
178179

179180
$.timepicker.regional['es'] = {
180181
timeOnlyTitle: 'Elegir una hora',
@@ -184,8 +185,8 @@
184185
secondText: 'Segundos',
185186
millisecText: 'Milisegundos',
186187
microsecText: 'Microsegundos',
187-
timezoneText: 'Huso horario',
188-
currentText: 'Ahora',
188+
timezoneText: 'Uso horario',
189+
currentText: 'Hoy',
189190
closeText: 'Cerrar',
190191
timeFormat: 'HH:mm',
191192
amNames: ['a.m.', 'AM', 'A'],

0 commit comments

Comments
 (0)