diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 22:33:07 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-09 22:33:07 +0800 |
commit | 2eabeba6b76d906664defe4392a7ca2640128712 (patch) | |
tree | 9c83ac41f4f58db3eb303f695755f43e51ba0cf2 /public/js/locales/bootstrap-datepicker.fa.js | |
parent | 045c21de4fc318abcaa80e5aea1f7d6a8ab8ac00 (diff) |
finish milestone add page
Diffstat (limited to 'public/js/locales/bootstrap-datepicker.fa.js')
-rw-r--r-- | public/js/locales/bootstrap-datepicker.fa.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/js/locales/bootstrap-datepicker.fa.js b/public/js/locales/bootstrap-datepicker.fa.js new file mode 100644 index 00000000..6503c85d --- /dev/null +++ b/public/js/locales/bootstrap-datepicker.fa.js @@ -0,0 +1,17 @@ +/** + * 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)); |