Sha256: b2634837f1548607d32820d348c992e57154fb1727e0a43e4ceeaf68be887058

Contents?: true

Size: 1 KB

Versions: 8

Compression:

Stored size: 1 KB

Contents

/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */
/* Javad Mowlanezhad -- jmowla@gmail.com */
/* Jalali calendar should supported soon! (Its implemented but I have to test it) */
jQuery(function($) {
	$.datepicker.regional['fa'] = {
		closeText: 'بستن',
		prevText: '<قبلي',
		nextText: 'بعدي>',
		currentText: 'امروز',
		monthNames: ['فروردين','ارديبهشت','خرداد','تير','مرداد','شهريور',
		'مهر','آبان','آذر','دي','بهمن','اسفند'],
		monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
		dayNames: ['يکشنبه','دوشنبه','سه‌شنبه','چهارشنبه','پنجشنبه','جمعه','شنبه'],
		dayNamesShort: ['ي','د','س','چ','پ','ج', 'ش'],
		dayNamesMin: ['ي','د','س','چ','پ','ج', 'ش'],
		weekHeader: 'هف',
		dateFormat: 'yy/mm/dd',
		firstDay: 6,
		isRTL: true,
		showMonthAfterYear: false,
		yearSuffix: ''};
	$.datepicker.setDefaults($.datepicker.regional['fa']);
});

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
survivalkit-0.3.3 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
survivalkit-0.3.3 templates/drupal/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
survivalkit-0.3.2 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
survivalkit-0.3.1 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
survivalkit-0.3 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
survivalkit-0.2.1 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
survivalkit-0.1 templates/project/sources/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js