From eb68aadf3f028c64f234d01d09f4a7c61307ca4f Mon Sep 17 00:00:00 2001 From: Keith Wood Date: Fri, 7 Nov 2008 10:06:47 +0000 Subject: Fixed 3536. Added Persian localisation --- demos/functional/index.html | 1 + demos/functional/templates/ui.datepicker.html | 1 + 2 files changed, 2 insertions(+) (limited to 'demos/functional') diff --git a/demos/functional/index.html b/demos/functional/index.html index 9900a539e..9bb3d6ea2 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -31,6 +31,7 @@ + diff --git a/demos/functional/templates/ui.datepicker.html b/demos/functional/templates/ui.datepicker.html index 1d7af8dbf..b2387a8e1 100644 --- a/demos/functional/templates/ui.datepicker.html +++ b/demos/functional/templates/ui.datepicker.html @@ -395,6 +395,7 @@ function customRange(input) { options: [ { desc: '‫العربية (Arabic)', source: '$("#i18nrtl").datepicker($.extend({}, $.datepicker.regional["ar"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib2").html("Khaled Al Horani");' }, + { desc: '‫فارسی (Farsi/Persian)', source: '$("#i18nrtl").datepicker($.extend({}, $.datepicker.regional["fa"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib2").html("Javad Mowlanezhad");' }, { desc: '‫עברית (Hebrew)', source: '$("#i18nrtl").datepicker($.extend({}, $.datepicker.regional["he"], {showStatus: true, showOn: "both", buttonImage: "templates/images/calendar.gif", buttonImageOnly: true}));$("#contrib2").html("Amir Hardon");' } ] }, -- cgit v1.2.3