Skip to content

Commit

Permalink
fix: detect new 'Mordad' month name in response (#9)
Browse files Browse the repository at this point in the history
use اَمرداد instead of مرداد for Mordad month
  • Loading branch information
tacrazymage committed Jul 26, 2020
1 parent 6bfaaac commit 506be73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tir/tir.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def transform_month(month):
,('Khordad', (1582, None)) # خ
,('Tir', (1578, None)) # ت
,('Mordad', (1605, 1585)) # مر
,('Mordad', (1575, 1614)) # اَ
,('Shahrivar', (1588, None)) # ش
,('Mehr', (1605, 1607)) # مه
,('Aban', (1575, 1576)) # اب
Expand Down

0 comments on commit 506be73

Please sign in to comment.