-
Notifications
You must be signed in to change notification settings - Fork 498
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
2 Issues Potentially Fixed #492
Open
meimaris
wants to merge
475
commits into
release-0.5.9
Choose a base branch
from
master
base: release-0.5.9
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ADD] num2words: add support to translate some currencies in italian language
fix Polish twenties
- add uzs for ru and en
Added support for Esperanto numbers.
[ADD] to ordinal number for Turkish
Remove an unnecessary condition, since the very same action follows it.
…r options not implemented.
[FIX]isort and flake returned
Lang By(Belarusian) Added
Add Saudi Riyal to english
Added changes for release 0.5.13
Fixed a typo in PL
tests do pass in 333->343, 341->343, 572->exit but coverage marks as not testes
Run tests against Python 3.12
[ADD] num2words: es_CR language added
New languages: Welsh (Celtic) and Chechen (Nakho-Dagestanian)
* lang_CA * Flake8 * From "" to '' * Delete settings * Delete .coverage * Refactor Num2Word_CA to remove redundant code and include new tests in japanese language --------- Co-authored-by: Alberto Castaño <[email protected]>
* Initial Tetum copy of PT * ida too sanulu * Up to 999? * up to 9999? * up to 100000 * up to 19000000000 * change milaun to millaun * add trillaun rua * up to 145254635102 * changed trillaun an billaun * changed iliao to illaun * millaun change to miliaun * rm paramenter inside super * add more 'miliaun','biliaun','triliaun' * up to -1234567 * up to 2345.75 * remove parameter inside super * changed e to resin * changed o to u * implemented test cardinal float * add test ordinal * changed antes de Cristo to antes Kristu * changed format * add 145254635102 testing * add test currency integer * add test currency integer negative * add test currency float * add test year negative * add test currency float negative * rm skip * changed zero to mamuk * changed EUR to USD * Currency fixes * replace walu to ualu * Tetun ordinal numbers * add new source code for to_cardinal tet * add ordinal to tetun * add da and k * fixed ordinal number for tetun language * changed variavel to english * fixed logic for ordinal number * Fix test_currency_float * Don;t show sentavus if no sentavus * test currency integer negative * add test for ordinal * fix test currency float negative * fixed test currency integer * rm the comment * fixed atus ida resin ida to atus ida ida * add DRY * add test * add ho * tyup the source code * tyup source code * fixed ho bug * mv self.ho_result * changed 2 to 1 * fixed bug ho * pass the testing * Flake8 fix lang_TET.py * fix the test tet flake8 * isort test num2words * First small increases in coverage of TET * flake8 removing unused import * removed lines that doesn't execute test * removed anos line of code * removed unuse codes * Remove unused code in to_ordinal * assert raises ordinal tests * Remove if statement that was always true * rm the code * rm assert int(value) * fixed the failing error * Remove unicode literals and division * fixed the error * remove empty line --------- Co-authored-by: onorio <[email protected]> Co-authored-by: Mariano de Deus <[email protected]> Co-authored-by: Mario <[email protected]> Co-authored-by: joanico <[email protected]> Co-authored-by: MarioAP <[email protected]>
+ improvements in big numbers + PLN currency added +reformat flake8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes # by...
Changes proposed in this pull request:
instead of "en hundred"
Status
How to verify this change
Fill out this section so that a reviewer can know how to verify your change.
Additional notes
If applicable, explain the rationale behind your change.