You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
feo-homepage/core/static/plugins/countdown/plugin/jquery.countdown-ml.js

14 lines
1.0 KiB

/* http://keith-wood.name/countdown.html
* Malayalam/(Indian>>Kerala) initialisation for the jQuery countdown extension
* Written by Harilal.B (harilal1234@gmail.com) Feb 2013. */
(function($) {
$.countdown.regional['ml'] = {
labels: ['വരഷങങള', 'മസങങള', 'ആഴചകള', 'ദിവസങങള', 'മണികള', 'മിികള', 'സകനകള'],
labels1: ['വര', 'മ', 'ആഴച', 'ദിവസ', 'മണി', 'മിി', 'സകന'],
compactLabels: ['വ', 'മ', 'ആ', 'ദി'],
whichLabels: null,
digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
// digits: ['൦', '൧', '൨', '൩', '൪', '൫', '൬', '൭', '൮', '൯'],
timeSeparator: ':', isRTL: false};
$.countdown.setDefaults($.countdown.regional['ml']);
})(jQuery);