diff options
author | Marc Grabanski <m@marcgrabanski.com> | 2008-08-08 03:42:55 +0000 |
---|---|---|
committer | Marc Grabanski <m@marcgrabanski.com> | 2008-08-08 03:42:55 +0000 |
commit | c70ad041dcef2c2932e3482354d11a1c1824a949 (patch) | |
tree | ec9395343b583009b9bd06ef5538ea023e6ae4b4 /demos/functional/templates/ui.datepicker.html | |
parent | 90c887adcaeff1cd51d177fa70c1f31e59969e27 (diff) | |
download | jquery-ui-c70ad041dcef2c2932e3482354d11a1c1824a949.tar.gz jquery-ui-c70ad041dcef2c2932e3482354d11a1c1824a949.zip |
Added Slovenian translation to the demo.
Included ui-datepicker.sl.js on index.html
Diffstat (limited to 'demos/functional/templates/ui.datepicker.html')
-rw-r--r-- | demos/functional/templates/ui.datepicker.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/functional/templates/ui.datepicker.html b/demos/functional/templates/ui.datepicker.html index b9efd2c9a..3564453c6 100644 --- a/demos/functional/templates/ui.datepicker.html +++ b/demos/functional/templates/ui.datepicker.html @@ -346,6 +346,7 @@ { desc: 'Română (Romanian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ro"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Edmond L.");' }, { desc: 'Русский (Russian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ru"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Andrew Stromnov");' }, { desc: 'Slovenčina (Slovak)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["sk"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Vojtech Rinik");' }, + { desc: 'Slovenski Jezik (Slovenian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["sl"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Jaka Jančar");' }, { desc: 'suomi (Finnish)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["fi"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Harri Kilpiö");' }, { desc: 'Svenska (Swedish)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["sv"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Anders Ekdahl");' }, { desc: 'Türkçe (Turkish)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["tr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Izzet Emre Erkan");' }, |