--- loncom/html/adm/countdown/jquery.countdown-fa.js 2012/03/18 13:51:11 1.1 +++ loncom/html/adm/countdown/jquery.countdown-fa.js 2014/01/15 14:45:11 1.2 @@ -1,12 +1,14 @@ /* http://keith-wood.name/countdown.html Persian (فارسی) initialisation for the jQuery countdown extension - Written by Alireza Ziaie (ziai@magfa.com) Oct 2008. */ + Written by Alireza Ziaie (ziai@magfa.com) Oct 2008. + Digits corrected by Hamed Ramezanian Feb 2013. */ (function($) { $.countdown.regional['fa'] = { labels: ['‌سال', 'ماه', 'هفته', 'روز', 'ساعت', 'دقیقه', 'ثانیه'], labels1: ['سال', 'ماه', 'هفته', 'روز', 'ساعت', 'دقیقه', 'ثانیه'], compactLabels: ['س', 'م', 'ه', 'ر'], whichLabels: null, + digits: ['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'], timeSeparator: ':', isRTL: true}; $.countdown.setDefaults($.countdown.regional['fa']); })(jQuery);