Sha256: d28f37ff4268c6d027b231a1d67898555a8401ef1b294fd43dae8dfd78ea0e4c
Contents?: true
Size: 666 Bytes
Versions: 7
Compression:
Stored size: 666 Bytes
Contents
/* http://keith-wood.name/countdown.html Persian (فارسی) initialisation for the jQuery countdown extension Written by Alireza Ziaie (ziai@magfa.com) Oct 2008. */ (function($) { $.countdown.regional['fa'] = { labels: ['سال', 'ماه', 'هفته', 'روز', 'ساعت', 'دقیقه', 'ثانیه'], labels1: ['سال', 'ماه', 'هفته', 'روز', 'ساعت', 'دقیقه', 'ثانیه'], compactLabels: ['س', 'م', 'ه', 'ر'], whichLabels: null, digits: ['۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'], timeSeparator: ':', isRTL: true}; $.countdown.setDefaults($.countdown.regional['fa']); })(jQuery);
Version data entries
7 entries across 7 versions & 1 rubygems