รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Farsi/Persian localisation for calendars datepicker for jQuery.
|
||||
Javad Mowlanezhad -- jmowla@gmail.com. */
|
||||
(function($) {
|
||||
'use strict';
|
||||
/* jshint -W100 */
|
||||
$.calendarsPicker.regionalOptions.fa = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<قبلی',
|
||||
prevStatus: 'نمایش ماه قبل',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: '',
|
||||
nextText: 'بعدی>',
|
||||
nextStatus: 'نمایش ماه بعد',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: '',
|
||||
currentText: 'امروز',
|
||||
currentStatus: 'نمایش ماه جاری',
|
||||
todayText: 'امروز',
|
||||
todayStatus: 'نمایش ماه جاری',
|
||||
clearText: 'حذف تاریخ',
|
||||
clearStatus: 'پاک کردن تاریخ جاری',
|
||||
closeText: 'بستن',
|
||||
closeStatus: 'بستن بدون اعمال تغییرات',
|
||||
yearStatus: 'نمایش سال متفاوت',
|
||||
monthStatus: 'نمایش ماه متفاوت',
|
||||
weekText: 'هف',
|
||||
weekStatus: 'هفتهی سال',
|
||||
dayStatus: 'انتخاب D, M d',
|
||||
defaultStatus: 'انتخاب تاریخ',
|
||||
isRTL: true
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.fa);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user