Sha256: c172a63e0598825747acbc64c822f6c6848708862a2425c1816eb1061a626e82

Contents?: true

Size: 981 Bytes

Versions: 27

Compression:

Stored size: 981 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: ['1','2','3','4','5','6',
		'7','8','9','10','11','12'],
		dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
		dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
		dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
		weekHeader: 'Wk',
		dateFormat: 'dd/mm/yy',
		firstDay: 0,
		isRTL: true,
		showMonthAfterYear: false,
		yearSuffix: ''};
	$.datepicker.setDefaults($.datepicker.regional['he']);
});

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.3 templates/jquery/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.2.2 templates/jquery/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.2.1 templates/jquery/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.2.0 templates/jquery/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.2.pre.2 templates/jquery/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.1.1 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.1.0 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.1.beta.3 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.1.beta.2 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.0 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.rc.1 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.26 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.25 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.24 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.22 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.21 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.20 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.19 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.18 templates/jrails/i18n/jquery.ui/datepicker-he.js
compass-jquery-plugin-0.3.0.beta.17 templates/jrails/i18n/jquery.ui/datepicker-he.js