Commit 95e9458 1 parent 5470a15 commit 95e9458 Copy full SHA for 95e9458
File tree 1 file changed +4
-4
lines changed
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'
4
4
const locale = {
5
5
name: 'fa',
6
6
weekdays: 'یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه'.split('_'),
7
- weekdaysShort: 'یک_دو_سه_چه_پن_جم_شن '.split('_'),
7
+ weekdaysShort: 'یک\u200cشنبه_دوشنبه_سه\u200cشنبه_چهارشنبه_پنج\u200cشنبه_جمعه_شنبه '.split('_'),
8
8
weekdaysMin: 'ی_د_س_چ_پ_ج_ش'.split('_'),
9
9
weekStart: 6,
10
- months: 'فروردین_اردیبهشت_خرداد_تیر_مرداد_شهریور_مهر_آبان_آذر_دی_بهمن_اسفند '.split('_'),
11
- monthsShort: 'فرو_ارد_خرد_تیر_مرد_شهر_مهر_آبا_آذر_دی_بهم_اسف '.split('_'),
10
+ months: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر '.split('_'),
11
+ monthsShort: 'ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر '.split('_'),
12
12
ordinal: n => n,
13
13
formats: {
14
14
LT: 'HH:mm',
@@ -20,7 +20,7 @@ const locale = {
20
20
},
21
21
relativeTime: {
22
22
future: 'در %s',
23
- past: '%s قبل ',
23
+ past: '%s پیش ',
24
24
s: 'چند ثانیه',
25
25
m: 'یک دقیقه',
26
26
mm: '%d دقیقه',
You can’t perform that action at this time.
0 commit comments