File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import dayjs from 'dayjs'
44const locale = {
55 name : 'fa' ,
66 weekdays : 'یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه' . split ( '_' ) ,
7- weekdaysShort : 'یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه ' . split ( '_' ) ,
7+ weekdaysShort : 'یک_دو_سه_چه_پن_جم_شن ' . split ( '_' ) ,
88 weekdaysMin : 'ی_د_س_چ_پ_ج_ش' . split ( '_' ) ,
99 weekStart : 6 ,
10- months : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر ' . split ( '_' ) ,
11- monthsShort : 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر ' . split ( '_' ) ,
10+ months : 'فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند ' . split ( '_' ) ,
11+ monthsShort : 'فرو_ارد_خرد_تیر_مرد_شهر_مهر_آبا_آذر_دی_بهم_اسف ' . split ( '_' ) ,
1212 ordinal : n => n ,
1313 formats : {
1414 LT : 'HH:mm' ,
@@ -20,7 +20,7 @@ const locale = {
2020 } ,
2121 relativeTime : {
2222 future : 'در %s' ,
23- past : '%s پیش ' ,
23+ past : '%s قبل ' ,
2424 s : 'چند ثانیه' ,
2525 m : 'یک دقیقه' ,
2626 mm : '%d دقیقه' ,
You can’t perform that action at this time.
0 commit comments