trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

Fixed wrong translation for "currentText" on Spanish localization file. #972

Open ioliva opened 1 year ago

ioliva commented 1 year ago

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.