aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-he.js
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-02-19 21:51:45 -0500
committerMike Crute <mcrute@gmail.com>2010-02-19 21:51:45 -0500
commit25e063a309f03791e0b4e1e3751fa8bd3f220bd3 (patch)
tree3b84bcf4e268d25d806404d096a554c8a38631a2 /static/development-bundle/ui/i18n/ui.datepicker-he.js
parenteafc81114c0e0d559af4bc2f40b56af37d984740 (diff)
downloadsnakeplan-25e063a309f03791e0b4e1e3751fa8bd3f220bd3.tar.bz2
snakeplan-25e063a309f03791e0b4e1e3751fa8bd3f220bd3.tar.xz
snakeplan-25e063a309f03791e0b4e1e3751fa8bd3f220bd3.zip
Importing jquery
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-he.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-he.js19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-he.js b/static/development-bundle/ui/i18n/ui.datepicker-he.js
new file mode 100644
index 0000000..38e0a03
--- /dev/null
+++ b/static/development-bundle/ui/i18n/ui.datepicker-he.js
@@ -0,0 +1,19 @@
1/* Hebrew initialisation for the UI Datepicker extension. */
2/* Written by Amir Hardon (ahardon at gmail dot com). */
3jQuery(function($){
4 $.datepicker.regional['he'] = {
5 closeText: 'סגור',
6 prevText: '&#x3c;הקודם',
7 nextText: 'הבא&#x3e;',
8 currentText: 'היום',
9 monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
10 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
11 monthNamesShort: ['1','2','3','4','5','6',
12 '7','8','9','10','11','12'],
13 dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
14 dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
15 dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
16 dateFormat: 'dd/mm/yy', firstDay: 0,
17 isRTL: true};
18 $.datepicker.setDefaults($.datepicker.regional['he']);
19});