mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

Greek local #107

Closed sincetomorrow closed 10 years ago

sincetomorrow commented 10 years ago

Hi there, you have done very nice work in the plugin!!! Just a suggestion, I have translated the greek (hellenic) local for a project of mine and I though I should share it with you:

    gr: {
        days: ['Κυ', 'Δε', 'Τρ', 'Τε', 'Πε', 'Πα', 'Σα'],
        months: [ "Ιαν", "Φεβ", "Μαρ", "Απρ", "Μαϊ", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ" ],
        sep: '-',
        format: 'DD-MM-YYYY hh:mm',
        prevMonth: 'Προηγ. μήνας',
        nextMonth: 'Επόμ. μήνας',
        today: 'Σήμερα'
        },

Kind regards

mugifly commented 10 years ago

Thanks!