diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-11-07 10:06:47 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-11-07 10:06:47 +0000 |
commit | eb68aadf3f028c64f234d01d09f4a7c61307ca4f (patch) | |
tree | 85d05939259d1098475f7892d4815aa7637bc244 /demos | |
parent | 16c61e43f439de40c781845e22dfbfa577ee7cad (diff) | |
download | jquery-ui-eb68aadf3f028c64f234d01d09f4a7c61307ca4f.tar.gz jquery-ui-eb68aadf3f028c64f234d01d09f4a7c61307ca4f.zip |
Fixed 3536. Added Persian localisation
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 9900a539e..9bb3d6ea2 100644 --- a/demos/functional/index.html +++ b/demos/functional/index.html @@ -31,6 +31,7 @@ <script type="text/javascript" src="../../ui/i18n/ui.datepicker-de.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-eo.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-es.js"></script> + <script type="text/javascript" src="../../ui/i18n/ui.datepicker-fa.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-fi.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-fr.js"></script> <script type="text/javascript" src="../../ui/i18n/ui.datepicker-he.js"></script> 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");' } ] }, |