Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guatemalan currency support #510

Merged
merged 7 commits into from
Apr 12, 2023

Conversation

monroy95
Copy link
Contributor

Fixes # by...

Guatemalan currency support

Changes proposed in this pull request:

modified: tests/test_es_gt.py
modified: num2words/lang_ES_GT.py
modified: num2words/lang_ES.py
modified: num2words/__init__.py

Status

  • READY
  • HOLD
  • [] WIP (Work-In-Progress)

How to verify this change

>>> from num2words import num2words
>>> num2words(3443534.23, to='currency', lang='es', currency='GTQ')
'tres millones cuatrocientos cuarenta y tres mil quinientos treinta y cuatro quetzales con veintitrés centavos'
>>> num2words(458.51, to='currency', lang='es', currency='GTQ')
'cuatrocientos cincuenta y ocho quetzales con cincuenta y un centavos'
>>>

Additional notes

If applicable, explain the rationale behind your change.

@coveralls
Copy link

coveralls commented Apr 6, 2023

Coverage Status

Coverage: 97.397% (+0.007%) from 97.389% when pulling 21e68f2 on monroy95:gt-currency into be6b2df on savoirfairelinux:master.

@mrodriguezg1991 mrodriguezg1991 merged commit da48a31 into savoirfairelinux:master Apr 12, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants