mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Fixed comma error
This commit is contained in:
committed by
Ernesto Rodriguez Ortiz
parent
4dab316025
commit
fb7ac21089
@@ -42,7 +42,7 @@ class Num2Word_EU(Num2Word_Base):
|
||||
'PLN': (('zloty', 'zlotys', 'zlotu'), ('grosz', 'groszy')),
|
||||
'MXN': (('peso', 'pesos'), GENERIC_CENTS),
|
||||
'RON': (('leu', 'lei', 'de lei'), ('ban', 'bani', 'de bani')),
|
||||
'INR': (('rupee', 'rupees'), ('paisa', 'paise'))
|
||||
'INR': (('rupee', 'rupees'), ('paisa', 'paise')),
|
||||
'HUF': (('forint', 'forint'), ('fillér', 'fillér'))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user