diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-01-19 10:15:15 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-01-19 10:15:15 -0500 |
commit | 30c9473d8f297d53f0d3715e8cd00b61b841a85a (patch) | |
tree | 5e2acb6ea7ff14a77f305d44c5ad6df54411fc44 /ui/i18n | |
parent | fcf8c2631c8e3d78b1565af856cb44ca6bc21b60 (diff) | |
download | jquery-ui-30c9473d8f297d53f0d3715e8cd00b61b841a85a.tar.gz jquery-ui-30c9473d8f297d53f0d3715e8cd00b61b841a85a.zip |
Datepicker i18n: Added Algerian Arabic to demos.
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-ar-DZ.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-ar-DZ.js b/ui/i18n/jquery.ui.datepicker-ar-DZ.js index 089208dfa..e0e1685d8 100644 --- a/ui/i18n/jquery.ui.datepicker-ar-DZ.js +++ b/ui/i18n/jquery.ui.datepicker-ar-DZ.js @@ -1,6 +1,5 @@ -/* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/ +/* Algerian Arabic Translation for jQuery UI date picker plugin. (can be used for Tunisia)*/ /* Mohamed Cherif BOUCHELAGHEM -- cherifbouchelaghem@yahoo.fr */ -/* NOTE: monthNames maybe original names are in jquery.ui.datepicker-ar.js, but we must use the months that we know here in North Africa which is جانفي فيفري they look like French months in arabic way but the rest is ok. More information for months in arabic http://en.wikipedia.org/wiki/Arabic_names_of_calendar_months*/ jQuery(function($){ $.datepicker.regional['ar-DZ'] = { |