Skip to content

Commit 9b95e34

Browse files
authored
Merge pull request #13 from 2012mjm/patch-1
Change "آلان" to "آبان"
2 parents 4de3369 + 46f0082 commit 9b95e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DateTime.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,13 @@ function getMonthNames()
215215
{
216216
return [
217217
1 => 'فروردین',
218-
2 => 'ردیبهشت',
218+
2 => 'اردیبهشت',
219219
3 => 'خرداد',
220220
4 => 'تیر',
221221
5 => 'مرداد',
222222
6 => 'شهریور',
223223
7 => 'مهر',
224-
8 => 'آلان',
224+
8 => 'آبان',
225225
9 => 'آذر',
226226
10 => 'دی',
227227
11 => 'بهمن',
@@ -239,7 +239,7 @@ function getShortMonthNames()
239239
5 => 'مرد',
240240
6 => 'شهر',
241241
7 => 'مهر',
242-
8 => 'آلا',
242+
8 => 'آبا',
243243
9 => 'آذر',
244244
10 => 'دی',
245245
11 => 'بهم',

0 commit comments

Comments
 (0)