Sha256: b81a01091a018d48936e7b25aee12e6bb1fcb95f6b75ae27797b02d7dcee4556
Contents?: true
Size: 866 Bytes
Versions: 131
Compression:
Stored size: 866 Bytes
Contents
/** * Persian translation for bootstrap-datepicker * Mostafa Rokooie <mostafa.rokooie@gmail.com> */ ;(function($){ $.fn.datepicker.dates['fa'] = { days: ["یکشنبه", "دوشنبه", "سهشنبه", "چهارشنبه", "پنجشنبه", "جمعه", "شنبه", "یکشنبه"], daysShort: ["یک", "دو", "سه", "چهار", "پنج", "جمعه", "شنبه", "یک"], daysMin: ["ی", "د", "س", "چ", "پ", "ج", "ش", "ی"], months: ["ژانویه", "فوریه", "مارس", "آوریل", "مه", "ژوئن", "ژوئیه", "اوت", "سپتامبر", "اکتبر", "نوامبر", "دسامبر"], monthsShort: ["ژان", "فور", "مار", "آور", "مه", "ژون", "ژوی", "اوت", "سپت", "اکت", "نوا", "دسا"], today: "امروز", clear: "پاک کن", weekStart: 1, format: "yyyy/mm/dd" }; }(jQuery));
Version data entries
131 entries across 131 versions & 11 rubygems