aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-fa.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-fa.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-fa.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-fa.js b/static/development-bundle/ui/i18n/ui.datepicker-fa.js
deleted file mode 100644
index e40e1ac..0000000
--- a/static/development-bundle/ui/i18n/ui.datepicker-fa.js
+++ /dev/null
@@ -1,19 +0,0 @@
1/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
2/* Javad Mowlanezhad -- jmowla@gmail.com */
3/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
4jQuery(function($) {
5 $.datepicker.regional['fa'] = {
6 closeText: 'بستن',
7 prevText: '<قبلي',
8 nextText: 'بعدي>',
9 currentText: 'امروز',
10 monthNames: ['فروردين','ارديبهشت','خرداد','تير','مرداد','شهريور',
11 'مهر','آبان','آذر','دي','بهمن','اسفند'],
12 monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
13 dayNames: ['يکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'],
14 dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'],
15 dayNamesMin: ['ي','د','س','چ','پ','ج', 'ش'],
16 dateFormat: 'yy/mm/dd', firstDay: 6,
17 isRTL: true};
18 $.datepicker.setDefaults($.datepicker.regional['fa']);
19}); \ No newline at end of file