lang_es: Add currency PEN (#200)

This commit is contained in:
Jose Carlos
2018-10-13 18:29:58 -05:00
committed by Ernesto Rodriguez Ortiz
parent 424cf9fda8
commit dc733cfa1b
2 changed files with 19 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ class Num2Word_ES(Num2Word_EU):
'EUR': (('euro', 'euros'), ('centimo', 'centimos')),
'ESP': (('peseta', 'pesetas'), ('centimo', 'centimos')),
'USD': (('dolar', 'dolares'), ('centavo', 'centavos')),
'PEN': (('sol', 'soles'), ('centimo', 'centimos')),
}
# //CHECK: Is this sufficient??