mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 14:52:25 +00:00
feat(Num2Word_EU): add MX to CURRENCY_FORMS (#187)
* lang_EU: add MX to CURRENCY_FORMS and CURRENCY_ADJETIVES
This commit is contained in:
committed by
Ernesto Rodriguez Ortiz
parent
26a2204f3b
commit
424cf9fda8
@@ -40,6 +40,7 @@ class Num2Word_EU(Num2Word_Base):
|
||||
'SEK': (('krona', 'kronor'), ('öre', 'öre')),
|
||||
'NOK': (('krone', 'kroner'), ('øre', 'øre')),
|
||||
'PLN': (('zloty', 'zlotys', 'zlotu'), ('grosz', 'groszy')),
|
||||
'MXN': (('peso', 'pesos'), GENERIC_CENTS),
|
||||
}
|
||||
|
||||
CURRENCY_ADJECTIVES = {
|
||||
@@ -49,6 +50,7 @@ class Num2Word_EU(Num2Word_Base):
|
||||
'USD': 'US',
|
||||
'RUB': 'Russian',
|
||||
'NOK': 'Norwegian',
|
||||
'MXN': 'Mexican',
|
||||
}
|
||||
|
||||
GIGA_SUFFIX = "illiard"
|
||||
|
||||
Reference in New Issue
Block a user