feat(Num2Word_EU): add MX to CURRENCY_FORMS (#187)

* lang_EU: add MX to CURRENCY_FORMS and CURRENCY_ADJETIVES
This commit is contained in:
Temoctzin
2018-10-13 18:25:58 -05:00
committed by Ernesto Rodriguez Ortiz
parent 26a2204f3b
commit 424cf9fda8
2 changed files with 26 additions and 0 deletions

View File

@@ -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"