App Store Pre-Sale Feature

This commit is contained in:
cuneytsenturk
2019-01-30 18:39:39 +03:00
parent 39d3c85615
commit 4bc916924f
70 changed files with 2796 additions and 2 deletions

View File

@ -0,0 +1,16 @@
/* 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);