Sha256: 83a5297c6f49ca5254985680912ea8a14ff54640dee873d409e678b89b30bf44

Contents?: true

Size: 907 Bytes

Versions: 11

Compression:

Stored size: 907 Bytes

Contents

/* Welsh/UK initialisation for the jQuery UI date picker plugin. */
/* Written by William Griffiths. */
jQuery(function($){
	$.datepicker.regional['cy-GB'] = {
		closeText: 'Done',
		prevText: 'Prev',
		nextText: 'Next',
		currentText: 'Today',
		monthNames: ['Ionawr','Chwefror','Mawrth','Ebrill','Mai','Mehefin',
		'Gorffennaf','Awst','Medi','Hydref','Tachwedd','Rhagfyr'],
		monthNamesShort: ['Ion', 'Chw', 'Maw', 'Ebr', 'Mai', 'Meh',
		'Gor', 'Aws', 'Med', 'Hyd', 'Tac', 'Rha'],
		dayNames: ['Dydd Sul', 'Dydd Llun', 'Dydd Mawrth', 'Dydd Mercher', 'Dydd Iau', 'Dydd Gwener', 'Dydd Sadwrn'],
		dayNamesShort: ['Sul', 'Llu', 'Maw', 'Mer', 'Iau', 'Gwe', 'Sad'],
		dayNamesMin: ['Su','Ll','Ma','Me','Ia','Gw','Sa'],
		weekHeader: 'Wy',
		dateFormat: 'dd/mm/yy',
		firstDay: 1,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
	// $.datepicker.setDefaults($.datepicker.regional['cy-GB']);
});

Version data entries

11 entries across 11 versions & 1 rubygems

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