countdown/js/jquery.countdown-bn.js

14 lines
1.3 KiB
JavaScript
Raw Normal View History

2022-12-28 23:45:36 +00:00
<EFBFBD><EFBFBD>/* 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: ['<00> <09> <09> ', '<00> <09> <09> ', '<00> <09> <09> <09> <09> <09> ', '<00> <09> <09> ', '<00> <09> <09> <09> <09> ', '<00> <09> <09> <09> <09> ', '<00> <09> <09> <09> <09> <09> <09> '],
labels1: ['<00> <09> <09> ', '<00> <09> <09> ', '<00> <09> <09> <09> <09> <09> ', '<00> <09> <09> ', '<00> <09> <09> <09> <09> ', '<00> <09> <09> <09> <09> ', '<00> <09> <09> <09> <09> <09> <09> '],
compactLabels: ['<00> ', '<00> <09> ', '<00> ', '<00> <09> '],
whichLabels: null,
digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
timeSeparator: ':', isRTL: false
};
$.countdown.setDefaults($.countdown.regionalOptions['bn']);
})(jQuery);