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/jquery.countdown-bn.js

14 lines
1.3 KiB

/* http://keith-wood.name/countdown.html
* Bengali/Bangla initialisation for the jQuery countdown extension
* Written by Mohammed Tajuddin (tajuddin@chittagong-it.com) Jan 2011. */
(function($) {
$.countdown.regionalOptions['bn'] = {
labels: ['বছর', 'মস', 'সপহ', 'দিন', 'ঘন', 'মিিট', 'সড'],
labels1: ['বছর', 'মস', 'সপহ', 'দিন', 'ঘন', 'মিিট', 'সড'],
compactLabels: ['ব', 'ম', 'স', 'দি'],
whichLabels: null,
digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
timeSeparator: ':', isRTL: false
};
$.countdown.setDefaults($.countdown.regionalOptions['bn']);
})(jQuery);