Sha256: 6be0416ee37750fc095c4a41b2270e623cdb971d59c3bf267321da34ca22a449

Contents?: true

Size: 1019 Bytes

Versions: 11

Compression:

Stored size: 1019 Bytes

Contents

/* Hebrew initialisation for the UI Datepicker extension. */
/* Written by Amir Hardon (ahardon at gmail dot com). */
jQuery(function($){
	$.datepicker.regional['he'] = {
		closeText: 'סגור',
		prevText: '<הקודם',
		nextText: 'הבא>',
		currentText: 'היום',
		monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
		'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
		monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני',
		'יולי','אוג','ספט','אוק','נוב','דצמ'],
		dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
		dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
		dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
		weekHeader: 'Wk',
		dateFormat: 'dd/mm/yy',
		firstDay: 0,
		isRTL: true,
		showMonthAfterYear: false,
		yearSuffix: ''};
	// $.datepicker.setDefaults($.datepicker.regional['he']);
});

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
formize-1.1.3 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-2.1.0 vendor/assets/javascripts/jquery-ui/datepicker/he.js
formize-2.0.1 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-2.0.0 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-1.1.2 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-1.1.1 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-1.1.0 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-1.0.4 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-1.0.3 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-1.0.2 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js
formize-1.0.1 vendor/assets/javascripts/locales/jquery.ui.datepicker-he.js