Sha256: 1901cb85a6e2b853fcfb89d32182991e25752cd37b803a31ca70f5ae06472254

Contents?: true

Size: 1.35 KB

Versions: 29

Compression:

Stored size: 1.35 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) */
(function( factory ) {
	if ( typeof define === "function" && define.amd ) {

		// AMD. Register as an anonymous module.
		define([ "../datepicker" ], factory );
	} else {

		// Browser globals
		factory( jQuery.datepicker );
	}
}(function( datepicker ) {

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']);

return datepicker.regional['fa'];

}));

Version data entries

29 entries across 29 versions & 8 rubygems

Version Path
radius-rails-3.1.4 app/assets/components/jquery-ui/ui/i18n/datepicker-fa.js
catscope-0.1.6 assets/bower_components/jquery-ui/ui/i18n/datepicker-fa.js
catscope-0.1.5 assets/bower_components/jquery-ui/ui/i18n/datepicker-fa.js
jinda_lte-0.0.1 lib/generators/jinda_lte/templates/app/assets/jinda_assets/bower_components/jquery-ui/ui/i18n/datepicker-fa.js
catscope-0.1.4 assets/bower_components/jquery-ui/ui/i18n/datepicker-fa.js
catscope-0.1.3 assets/bower_components/jquery-ui/ui/i18n/datepicker-fa.js
catscope-0.1.2 assets/bower_components/jquery-ui/ui/i18n/datepicker-fa.js
catscope-0.1.1 assets/bower_components/jquery-ui/ui/i18n/datepicker-fa.js
rubyneat_dashboard-0.4.1 bower_components/jquery-ui/ui/i18n/datepicker-fa.js
date_picker-0.0.8 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-fa.js
sc_core-0.0.7 test/dummy/vendor/bundle/ruby/2.2.0/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-fa.js
date_picker-0.0.7 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-fa.js
solidus_backend-1.0.0.pre3 vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-fa.js
solidus_backend-1.0.0.pre2 vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-fa.js
solidus_backend-1.0.0.pre vendor/bundle/gems/jquery-ui-rails-5.0.5/app/assets/javascripts/jquery-ui/datepicker-fa.js
jquery-ui-rails-5.0.5 app/assets/javascripts/jquery-ui/datepicker-fa.js
jquery-ui-rails-5.0.4 app/assets/javascripts/jquery-ui/datepicker-fa.js
date_picker-0.0.6 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-fa.js
date_picker-0.0.5 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-fa.js
date_picker-0.0.4 test/dummy/vendor/assets/components/jquery-ui/ui/i18n/datepicker-fa.js