Skip to main content

Search and Top Navigation

#6826 closed enhancement (duplicate)

Opened January 09, 2011 02:37PM UTC

Closed January 09, 2011 02:40PM UTC

Last modified January 09, 2011 02:40PM UTC

Malayalam (ml) localization of datepicker

Reported by: Sadik Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:
Description

Please find Malayalam (ml) localization of datepicker below:

/* Malayalam initialisation for the jQuery UI date picker plugin. */
/* Written by Sadik Khalid (sadik.khalid@gmail.com) */
jQuery(function($){
	$.datepicker.regional['ml'] = {
		closeText: 'കഴിഞ്ഞു',
		prevText: 'മുമ്പത്തെ',
		nextText: 'അടുത്ത',
		currentText: 'ഇന്ന്',
		monthNames: ['ജനുവരി','ഫെബ്രുവരി','മാർച്ച്','ഏപ്രിൽ','മെയ്','ജൂൺ',
    'ജൂലൈ','ഓഗസ്റ്റ്','സെപ്റ്റംബർ','ഒക്ടോബർ','നവംബർ','ഡിസംബർ'],
		monthNamesShort: ['ജനു', 'ഫെബ്രു', 'മാർ', 'ഏപ്രി', 'മേയ്', 'ജൂൺ',
    'ജൂലൈ', 'ഓഗ', 'സെപ്റ്റം', 'ഒക്ടോ', 'നവം', 'ഡിസം'],
		dayNames: ['ഞായർ', 'തിങ്കൾ', 'ചൊവ്വ', 'ബുധൻ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
		dayNamesShort: ['ഞായ', 'തിങ്ക', 'ചൊവ്വ', 'ബുധ', 'വ്യാഴം', 'വെള്ളി', 'ശനി'],
		dayNamesMin: ['ഞാ', 'തി', 'ചൊ', 'ബു', 'വ്യാ', 'വെ', 'ശ'],
		weekHeader: 'ആഴ്ച',
		dateFormat: 'dd/mm/yy',
		firstDay: 1,
		isRTL: false,
		showMonthAfterYear: false,
		yearSuffix: ''};
	$.datepicker.setDefaults($.datepicker.regional['ml']);
});
Attachments (0)
Change History (2)

Changed January 09, 2011 02:40PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Changed January 09, 2011 02:40PM UTC by scottgonzalez comment:2

Duplicate of #6822.