diff options
Diffstat (limited to 'demos/functional')
-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 9bb3d6ea2..36b8b51da 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -53,6 +53,7 @@ <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-sq.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 b2387a8e1..6fec7038d 100644 --- a/demos/functional/templates/ui.datepicker.html +++ b/demos/functional/templates/ui.datepicker.html @@ -362,6 +362,7 @@ function customRange(input) { { desc: 'Español (Spanish)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["es"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Vester");' }, { desc: 'Esperanto', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["eo"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Olivier M.");' }, { desc: 'Français (French)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["fr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Stéphane Nahmani");' }, + { desc: 'Gjuha shqipe (Albanian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["sq"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Flakron Bytyqi");' }, { desc: '한국어 (Korean)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["ko"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("DaeKwon Kang");' }, { desc: 'Hrvatski jezik (Croatian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hr"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Vjekoslav Nesek");' }, { desc: 'Հայերեն (Armenian)', source: '$("#i18n").datepicker($.extend({}, $.datepicker.regional["hy"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib").html("Levon Zakaryan");' }, |