Eyosiyas Bereketab
b7277ffb93
Update __init__.py
2022-08-09 21:19:56 +03:00
Eyosiyas Bereketab
992fdf1cc3
Merge branch 'master' of https://github.com/devEyosiyas/num2words
2022-08-09 21:15:27 +03:00
Eyosiyas Bereketab
75fdd6289f
Update Amharic language support
2022-08-09 21:13:53 +03:00
Marlon Rodriguez Garcia
fbf7dd40ca
Merge pull request #406 from decherd/add-tajik-lang
...
Added Tajik language support
2022-08-09 12:14:08 -04:00
Eyosiyas Bereketab
6ea21b8200
Fix line too long __init__.py
2022-08-09 17:00:56 +03:00
Drew Echerd
c966c98337
Fixed flake8 errors
2022-08-09 09:57:58 -04:00
Eyosiyas Bereketab
c586bef2d6
Fix flake 8 requirements in python3.1 and increase test coverage.
2022-08-09 11:14:40 +03:00
Marlon Rodriguez Garcia
60ffee907a
Merge branch 'master' into add-tajik-lang
2022-08-08 12:07:08 -04:00
Eyosiyas Bereketab
308965bb99
Add test cases
2022-08-07 23:06:48 +03:00
Eyosiyas Bereketab
d1a85b315a
Add Amharic currency form
2022-08-07 23:02:25 +03:00
Eyosiyas Bereketab
47d63acabf
Update Amharic language
2022-08-07 22:34:49 +03:00
Eyosiyas Bereketab
c06ff54f64
Update init for Amharic language
2022-08-07 22:30:30 +03:00
Eyosiyas Bereketab
ed97e11bfb
Add Amharic language
2022-08-07 22:19:49 +03:00
Marlon Rodriguez Garcia
d7199522b9
Merge pull request #354 from HKalbasi/master
...
add basic farsi support
2022-08-04 16:26:57 -04:00
Marlon Rodriguez Garcia
d741a9d790
Update __init__.py
...
remove space
2022-08-04 16:17:58 -04:00
Marlon Rodriguez Garcia
c40b9cf6e6
Merge branch 'master' into master
2022-08-04 16:14:55 -04:00
Katsuya Iida
b8a1d3168e
Support Japanese Reiwa (令和/れいわ) era.
2022-08-04 14:01:03 -04:00
Marlon Rodriguez Garcia
2a0148ba4d
Add new check to base
2022-08-04 12:17:20 -04:00
Marlon Rodriguez Garcia
f89306e32c
Added new release
2022-08-03 15:09:49 -04:00
gonzy
4d4ca043f7
Added tests for every currency gender combination (dollars, cents)
2022-08-03 10:19:24 -04:00
gonzy
ef69a13084
Improved currency gender handling, now splitting 'dollars' and 'cents' parts on
2022-08-03 10:19:24 -04:00
gonzy
72f1f88c2c
lang_ES: improved currency gender handling, improved error messages; test_es: updated accordingly
2022-08-03 10:19:24 -04:00
Gonçal Garcés Díaz-Munío
bd699be047
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-03 10:19:24 -04:00
Gonçal
996f5ddbd4
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-03 10:19:24 -04:00
gonzy
4f82655c74
Added test covering new fix penny->penique
2022-08-03 10:19:24 -04:00
gonzy
5602246319
Fixed pound cents: penny->penique, pence->peniques; fixed tests accordingly
2022-08-03 10:19:24 -04:00
Gonçal
b60a58bc85
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-03 10:19:24 -04:00
gonzy
30f23ccd13
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-03 10:19:24 -04:00
Gonçal
7d613beb9d
Orthography fix: added accent veintiun->veintiún
2022-08-03 10:19:24 -04:00
Gonçal
bba96cf1fa
Orthography fixes: added 2 missing accents (dieciseis->dieciséis ; dolar->dólar)
2022-08-03 10:19:24 -04:00
support-savoirfairelinux
edb289c3d0
Merge pull request #448 from savoirfairelinux/replace-travis
...
feat: ci: replace travis by github workflows
2022-07-19 10:15:53 -04:00
Marlon Rodriguez
b70a28dab7
feat: ci: replace travis by github workflows
2022-03-20 21:10:15 -04:00
Drew Echerd
cdb2acb052
Added MEGA_SUFFIX and GIGA_SUFFIX tests
2021-07-02 22:29:28 +05:00
Drew Echerd
1d98e0261e
Added test for OverflowError and ordinal_num
2021-07-02 18:51:22 +05:00
Drew Echerd
5374a0ee44
Added Tajik language support
2021-07-02 17:00:13 +05:00
Rostyslav Ivanyk
40ab739f6c
Improve Ukrainian support and minor fixes in CZ, KZ, LT, LV, PL, RU, SR languages ( #400 )
...
* Fix English char 'i' in Ukrainian words
* Fix the feminine currency processing for UAH in lang_UK.py
* Fix test_ua.py
* Fix the feminine currency processing for UAH in lang_RU.py
* Add tests for UAH in test_ru.py
* Add world currencies to lang_UK.py; Add test cases to test_uk.py for world currencies
* Fix incorrect handling of zeros after decimal point for CZ, KZ, LT, LV, PL, RU, SR and UK languages
* Add ukrainian ordinal numbers
* Fix too long lines of code
* Add test for negative cardinal number
2021-06-30 13:23:46 -04:00
cyriaka90
8061cf3b20
[tr] return Turkish 0 ordinal and cardinal ( #347 )
...
* [tr] return Turkish 0 ordinal and cardinal
* add str_to_number to Turkish
* try rather use Num2Word_Base
2021-05-07 11:05:01 -04:00
Paulina Komorek
3f5f6163cd
[ADD] polish ordinal numbers ( #367 )
2021-04-23 15:27:47 -04:00
Maroua Romdhane
8cc0e24596
Merge pull request #369 from EraYaN/EraYaN-dutch-ordinal_num-fix
...
[Fix] ordinal_num output for Dutch (NL)
2021-03-05 17:22:01 -05:00
Erwin de Haan
9082085d59
Fix ordinal_num output for Dutch (NL)
2021-02-14 19:56:24 +01:00
Maroua Romdhane
a2abf77232
Merge pull request #355 from israelst/patch-1
...
Remove dupplicated line in lang_PT_BR
2021-01-29 11:50:06 -05:00
Ernesto Rodriguez Ortiz
bc80d18203
Merge branch 'master' into patch-1
2021-01-28 11:40:30 -05:00
Maroua Romdhane
75c1489874
Merge pull request #352 from peternordstrom/Swedish
...
added swedish language including test cases
2021-01-28 11:37:22 -05:00
Peter Nordstrom
94db9521b0
updated readme (added swedish)
2021-01-28 08:09:56 +01:00
Peter Nordstrom
219c2a5eb4
split some lines that were too long for flake8
2021-01-27 08:09:27 +01:00
Peter Nordstrom
0f325f8a82
Merge branch 'Swedish' of https://github.com/peternordstrom/num2words into Swedish
2021-01-26 08:43:22 +01:00
peternordstrom
5cb823af02
Merge branch 'master' into Swedish
2021-01-26 08:42:37 +01:00
Peter Nordstrom
e6fb2b128b
updated failing flake8 test
2021-01-26 08:40:17 +01:00
Fernanda Hernandez
400917aa89
Add translations to spanish of several currencies
2021-01-25 21:48:53 -05:00
Israel Teixeira
5611325b9d
This error is already raised in line 223
2021-01-25 22:31:17 -03:00