Skip to content

Commit

Permalink
Merge pull request #531 from SalemCode8/master
Browse files Browse the repository at this point in the history
Add Saudi Riyal to english
  • Loading branch information
mrodriguezg1991 committed Oct 17, 2023
2 parents d7d80f2 + 57ed2f5 commit c3f5e17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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 All @@ -63,7 +64,8 @@ class Num2Word_EU(Num2Word_Base):
'INR': 'Indian',
'HUF': 'Hungarian',
'ISK': 'íslenskar',
'UZS': 'Uzbekistan'
'UZS': 'Uzbekistan',
'SAR': 'Saudi'
}

GIGA_SUFFIX = "illiard"
Expand Down

0 comments on commit c3f5e17

Please sign in to comment.