Commit Graph

491 Commits

Author SHA1 Message Date
Antoine Planchot 75eec68f3e Added support for Esperanto numbers. 2022-08-18 18:58:31 +02:00
ismail eski 44a2b7cc2d [TEST] ordinal_num test 2022-08-18 18:58:18 +02:00
Sergio Zanchetta 593435f21a Add tests for italian language currencies 2022-08-18 18:58:18 +02:00
Sergio Zanchetta 3dda6ee22e Add to_currency and CURRENCY_FORMS for italian 2022-08-18 18:58:18 +02:00
cyriaka90 e4b75bb00d increase Polish test coverage 2022-08-18 18:58:18 +02:00
cyriaka90 5878cd07fe adapt polish tests 2022-08-18 18:58:18 +02:00
cyriaka90 d1fe26961c fix Polish twenties 2022-08-18 18:58:17 +02:00
potapov.s 084ace67cb - add uzs for ru and en 2022-08-18 18:58:17 +02:00
Eyosiyas Bereketab 2ca98971e1 Add additional test case 2022-08-18 18:58:17 +02:00
Eyosiyas Bereketab a7442708fa Update __init__.py 2022-08-18 18:58:14 +02:00
Drew Echerd 7bf80d5dd7 Fixed flake8 errors 2022-08-18 18:57:45 +02:00
Drew Echerd beb3326bbc Added MEGA_SUFFIX and GIGA_SUFFIX tests 2022-08-18 18:57:45 +02:00
Drew Echerd af97683fdc Added test for OverflowError and ordinal_num 2022-08-18 18:57:44 +02:00
Drew Echerd 5bfcebd9fb Added Tajik language support 2022-08-18 18:57:42 +02:00
Eyosiyas Bereketab 8ed54f332d Update Amharic language support 2022-08-18 18:57:22 +02:00
Eyosiyas Bereketab 83203ed98e Fix line too long __init__.py 2022-08-18 18:57:21 +02:00
Eyosiyas Bereketab 5948065b36 Fix flake 8 requirements in python3.1 and increase test coverage. 2022-08-18 18:57:21 +02:00
Eyosiyas Bereketab a5a812d421 Add test cases 2022-08-18 18:57:21 +02:00
Eyosiyas Bereketab 770cd6d1d5 Add Amharic currency form 2022-08-18 18:57:21 +02:00
Eyosiyas Bereketab 736db5149e Update Amharic language 2022-08-18 18:57:21 +02:00
Eyosiyas Bereketab 4355e11637 Update init for Amharic language 2022-08-18 18:57:17 +02:00
Eyosiyas Bereketab 16229a31a4 Add Amharic language 2022-08-18 18:56:44 +02:00
Marlon Rodriguez Garcia 5d1e3c7d1a Update __init__.py
remove space
2022-08-18 18:56:36 +02:00
Katsuya Iida 4e6a573248 Support Japanese Reiwa (令和/れいわ) era. 2022-08-18 18:55:44 +02:00
hamidreza kalbasi 464f9ed7af fix flake8 problems 2022-08-18 18:55:43 +02:00
hamidreza kalbasi 3d2fa184cf try fix test failure 2022-08-18 18:52:05 +02:00
hamidreza kalbasi a1f0392beb remove unneccery if 2022-08-18 18:52:04 +02:00
hamidreza kalbasi bbd9de8299 fix test coverage 2022-08-18 18:52:04 +02:00
hamidreza kalbasi 9f59c5c894 add basic farsi support 2022-08-18 18:52:04 +02:00
Gabriel Shekler b01c44e33c typo 2022-08-18 18:52:04 +02:00
Gabriel Shekler c11927b353 fix flake issues 2022-08-18 18:52:04 +02:00
gshekler 7993ca5023 typo 2022-08-18 18:52:04 +02:00
gshekler f820ee5ec1 add unit tests 2022-08-18 18:52:03 +02:00
gshekler 07ea1baca2 implement currency for HE 2022-08-18 18:52:03 +02:00
gshekler 112e91c35a fix pluralize 2022-08-18 18:52:03 +02:00
Marlon Rodriguez Garcia f2acbc2873 Add new check to base 2022-08-18 18:52:03 +02:00
Marlon Rodriguez Garcia 2cb98d3af1 Added new release 2022-08-18 18:52:03 +02:00
gonzy b8a215a991 Added tests for every currency gender combination (dollars, cents) 2022-08-18 18:52:03 +02:00
gonzy 12e8402da4 Improved currency gender handling, now splitting 'dollars' and 'cents' parts on 2022-08-18 18:52:02 +02:00
gonzy 62eba31778 lang_ES: improved currency gender handling, improved error messages; test_es: updated accordingly 2022-08-18 18:52:02 +02:00
Gonçal Garcés Díaz-Munío db5e1d175f Fixed accent in Spanish command line examples
Fixed accent in Spanish command line examples ("centimos"->"céntimos"), thus making the example consistent with actual current behaviour.
2022-08-18 18:52:02 +02:00
Gonçal d4c979ea52 Fixed accent in examples ("centimos"->"céntimos")
Fixed accent in Spanish examples ("centimos"->"céntimos"), thus making the example consistent with actual current behaviour.
2022-08-18 18:52:02 +02:00
gonzy 0ee149a4c8 Added test covering new fix penny->penique 2022-08-18 18:52:02 +02:00
gonzy fc0c15c4b2 Fixed pound cents: penny->penique, pence->peniques; fixed tests accordingly 2022-08-18 18:52:02 +02:00
Gonçal 4afc68f233 flake8 fix: fixed comment style
Fixed:
./num2words/lang_ES.py:366:56: E261 at least two spaces before inline comment
./num2words/lang_ES.py:366:80: E501 line too long (100 > 79 characters)
2022-08-18 18:52:02 +02:00
gonzy 1cea15170d Orthography fixes: added missing accent (nuevos dolares->nuevos dólares); fixed accents in test_es.py (dieciséis, dólar, dólares, veintiún) 2022-08-18 18:52:01 +02:00
Gonçal a61760bd28 Orthography fix: added accent veintiun->veintiún 2022-08-18 18:52:01 +02:00
Gonçal 0b896c5c7d Orthography fixes: added 2 missing accents (dieciseis->dieciséis ; dolar->dólar) 2022-08-18 18:52:01 +02:00
Marlon Rodriguez 5a8a17d144 feat: ci: replace travis by github workflows 2022-08-18 18:52:01 +02:00
ismail eski 3b27a09a30 [FIX] /num2words/lang_TR.py:812:1: W293 blank line contains whitespace 2022-08-18 18:52:01 +02:00