savoirfairelinux / num2words

Modules to convert numbers to words. 42 --> forty-two
GNU Lesser General Public License v2.1
813 stars 487 forks source link

Update lang_AM.py: to_currency method currency value to ETB #537

Open yonas-g opened 11 months ago

yonas-g commented 11 months ago

Fixes # by...

Changes proposed in this pull request:

Status

How to verify this change

num2words 42.69 -l am --to_currency

Additional notes

to convert currency, the to_currency method accepts the currency. For Amharic, Ethiopian birr is ETB. The code provided ብር which throws an error.

coveralls commented 11 months ago

Coverage Status

coverage: 97.442%. remained the same when pulling 29ad8e5ff2dc41777532bcbaec3f7512a91e4f25 on yonas-g:amharic_currecy_fix into 305242fcce3e6f051369d650e689ec4c2e52e9f6 on savoirfairelinux:master.