Skip to content

Commit

Permalink
Add Saudi Riyal
Browse files Browse the repository at this point in the history
  • Loading branch information
SalemCode8 committed Aug 12, 2023
1 parent 872510d commit 4b0b88e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion num2words/lang_EU.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class Num2Word_EU(Num2Word_Base):
'INR': (('rupee', 'rupees'), ('paisa', 'paise')),
'HUF': (('forint', 'forint'), ('fillér', 'fillér')),
'ISK': (('króna', 'krónur'), ('aur', 'aurar')),
'UZS': (('sum', 'sums'), ('tiyin', 'tiyins'))
'UZS': (('sum', 'sums'), ('tiyin', 'tiyins')),
'SAR': (('saudi riyal', 'saudi riyals'), ('halalah', 'halalas'))

}

Expand Down

0 comments on commit 4b0b88e

Please sign in to comment.