countdown/js/jquery.countdown-ur.js

17 lines
694 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* http://keith-wood.name/countdown.html
Urdu (اردو) initialisation for the jQuery countdown extension
Translated by Azhar Rasheed (azhar.rasheed19@gmail.com), November 2013. */
(function($) {
'use strict';
$.countdown.regionalOptions.ur = {
labels: ['سال','مہينے','ہفتے','دن','گھنٹے','منٹس','سيکنڑز'],
labels1: ['سال','ماہ','ہفتہ','دن','گھنٹہ','منٹ','سیکنڈز'],
compactLabels: ['(ق)','سینٹ','ایک','J'],
whichLabels: null,
digits: ['٠','١','٢','٣','۴','۵','۶','۷','٨','٩'],
timeSeparator: ':',
isRTL: true
};
$.countdown.setDefaults($.countdown.regionalOptions.ur);
})(jQuery);