Skip to content

Commit

Permalink
Datepicker: Fix currentText in Greek locale
Browse files Browse the repository at this point in the history
Thanks Nikos Kalogridis

Fixes #10620
Closes jquerygh-1349
  • Loading branch information
scottgonzalez committed Sep 22, 2014
1 parent 1c08e88 commit b20387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/datepicker-el.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ datepicker.regional['el'] = {
closeText: 'Κλείσιμο',
prevText: 'Προηγούμενος',
nextText: 'Επόμενος',
currentText: 'Τρέχων Μήνας',
currentText: 'Σήμερα',
monthNames: ['Ιανουάριος','Φεβρουάριος','Μάρτιος','Απρίλιος','Μάιος','Ιούνιος',
'Ιούλιος','Αύγουστος','Σεπτέμβριος','Οκτώβριος','Νοέμβριος','Δεκέμβριος'],
monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν',
Expand Down

0 comments on commit b20387a

Please sign in to comment.