mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
lang_es: Add currency PEN (#200)
This commit is contained in:
committed by
Ernesto Rodriguez Ortiz
parent
424cf9fda8
commit
dc733cfa1b
@@ -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??
|
||||
|
||||
Reference in New Issue
Block a user