From 1b6de146ab741dadd341d2b71b8f01939e6cf5eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Oliva=20Reglero?= Date: Mon, 14 Nov 2022 17:09:19 +0100 Subject: [PATCH] Fixed wrong translation for "currentText" on Spanish localization file. The "currentText" translation in Spanish read "Hoy", which means "Today" (as it is on standard datepicker by default). It has been corrected to "Ahora" ("Now") following the pattern described on the timepicker add-on documentation. --- dist/i18n/jquery-ui-timepicker-es.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/i18n/jquery-ui-timepicker-es.js b/dist/i18n/jquery-ui-timepicker-es.js index b19ba11..8e56736 100644 --- a/dist/i18n/jquery-ui-timepicker-es.js +++ b/dist/i18n/jquery-ui-timepicker-es.js @@ -11,7 +11,7 @@ millisecText: 'Milisegundos', microsecText: 'Microsegundos', timezoneText: 'Uso horario', - currentText: 'Hoy', + currentText: 'Ahora', closeText: 'Cerrar', timeFormat: 'HH:mm', timeSuffix: '',