Skip to content

Commit 233f08e

Browse files
committed
Datepicker: Fix month names in Persian locale
Fixes #10562 Closes jquerygh-1221
1 parent 451dded commit 233f08e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ui/i18n/datepicker-fa.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ datepicker.regional['fa'] = {
1919
nextText: 'بعدی>',
2020
currentText: 'امروز',
2121
monthNames: [
22-
'فروردين',
23-
'ارديبهشت',
24-
'خرداد',
25-
'تير',
26-
'مرداد',
27-
'شهريور',
28-
'مهر',
29-
'آبان',
30-
'آذر',
31-
'دی',
32-
'بهمن',
33-
'اسفند'
22+
'ژانویه',
23+
'فوریه',
24+
'مارس',
25+
'آوریل',
26+
'مه',
27+
'ژوئن',
28+
'ژوئیه',
29+
'اوت',
30+
'سپتامبر',
31+
'اکتبر',
32+
'نوامبر',
33+
'دسامبر'
3434
],
3535
monthNamesShort: ['1','2','3','4','5','6','7','8','9','10','11','12'],
3636
dayNames: [

0 commit comments

Comments
 (0)