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 | |
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')
-rw-r--r-- | demos/functional/index.html | 1 | ||||
-rw-r--r-- | demos/functional/templates/ui.datepicker.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/demos/functional/index.html b/demos/functional/index.html index a4a5478ea..4d4181d7a 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -52,6 +52,7 @@ <script type="text/javascript" src="../../ui/i18n/ui.datepicker-ro.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-ru.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-sk.js"></script> + <script type="text/javascript" src="../../ui/i18n/ui.datepicker-sl.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-sv.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-th.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-tr.js"></script> 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");' }, |