aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n/ui.datepicker-el.js
diff options
context:
space:
mode:
authorKeith Wood <kbwood.au@gmail.com>2009-07-29 08:33:33 +0000
committerKeith Wood <kbwood.au@gmail.com>2009-07-29 08:33:33 +0000
commit20e13a4d772466e4cf9b455a76ea9f4d5be1c0b9 (patch)
tree4e4067d743ba84a4e56afd0df674f8e3145b75e0 /ui/i18n/ui.datepicker-el.js
parente84694a0c456895234b2686aeab72be69f3dbf74 (diff)
downloadjquery-ui-20e13a4d772466e4cf9b455a76ea9f4d5be1c0b9.tar.gz
jquery-ui-20e13a4d772466e4cf9b455a76ea9f4d5be1c0b9.zip
Datepicker: Fixed #4131 Could week numbers [be] added to the Datepicker
Diffstat (limited to 'ui/i18n/ui.datepicker-el.js')
-rw-r--r--ui/i18n/ui.datepicker-el.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/i18n/ui.datepicker-el.js b/ui/i18n/ui.datepicker-el.js
index c3390dba2..9542769d9 100644
--- a/ui/i18n/ui.datepicker-el.js
+++ b/ui/i18n/ui.datepicker-el.js
@@ -13,6 +13,7 @@ jQuery(function($){
dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
+ weekHeader: 'Εβδ',
dateFormat: 'dd/mm/yy',
firstDay: 1,
isRTL: false,