Commit Graph

80 Commits

Author SHA1 Message Date
José Moreno
bccd3c0508 [MERGE]Conflicts resolved. 2017-04-04 10:48:09 -05:00
dazre
4225663bd2 Merge branch 'master' into master 2017-04-04 17:34:26 +03:00
dazre
e226cf7d73 add test 2017-04-04 17:32:55 +03:00
Ernesto Rodriguez Ortiz
76fd9d905f Fix the tests after the changes proposed by @10537
Ref: issuer # 10537
2017-04-03 17:29:03 -04:00
Diep Huu Hoang
c200d97bd7 [IMP] Improve convert number method and add unittest for Vietnam lang 2017-04-01 12:39:26 +07:00
Ernesto Rodriguez Ortiz
dac18f8928 Merge branch 'master' of git://github.com/10537/num2words into 10537-master 2017-03-31 17:49:24 -04:00
José Moreno
fb2911deea [FIX]Fixed typo errors and PEP8 errors.
[DEL]Deleted test_case currency.
2017-03-31 10:53:55 -05:00
José Moreno
afcaff8100 [IMP] Adds a better test cases. 2017-03-31 10:38:39 -05:00
José Moreno
19d0a903ab [IMP] Adds test files for es, es_co and es_ve. 2017-03-31 10:15:53 -05:00
Filippo Costa
90e7c9dc7d Improvements, corrections, and bug fixes for the lang_IT module. (#59)
* General refactoring and bug fixes for lang_IT

* Added Python3 support for lang_IT

* Bug fixes for ordinal numerals in lang_IT

* Fixed lang_IT for negative values and added tests

* Fixes and minor adjustments for floats in lang_IT

* Decimal => float in tests for lang_IT

* Moved a comment

* 'tre's accentuated, big numbers support, ordinal bug fix, comments, tests

* 'meno' and 'virgola' and now class values

* Destroyed EU inheritance
2017-03-17 09:12:44 -04:00
Krzysztof Socha
1667511ff3 Merge remote-tracking branch 'upstream/master' 2017-02-27 18:14:11 +01:00
Krzysztof Socha
d586f620c5 Added unit tests for Polish language 2017-02-27 17:18:06 +01:00
Brett Anthoine
c9ecd07cbf Add italian ordinals. 2016-12-29 16:16:45 +01:00
Brett Anthoine
08779b28b2 Add support for italian. 2016-12-29 16:16:45 +01:00
Virgil Dupras
20f634028d Convert to single codebase for py2 and py3
No more 2to3. Also, added tox config for easy cross-python testing.
2016-11-22 09:13:18 -05:00
Virgil Dupras
02bb4bcf13 Merge pull request #27 from isnani/master
correction on lang_DE: ordnum, plural and ord form of >= 10**6
2016-08-10 13:21:57 -04:00
Virgil Dupras
2d18b40150 Merge pull request #47 from akretion/pt_BR-change_point_to_comma
In Brazilian Portuguese the decimal sign is comma ','
2016-08-10 13:17:51 -04:00
Magno Costa - Akretion
4e5c07522c In Brazilian Portuguese the decimal sign is comma ',' instead of dot '.'. Ex.: we use 1,01 instead of 1.01 2016-08-09 18:30:46 -03:00
AntonKorobkov
a63cee01da floating point numbers test added 2016-08-07 20:28:14 +03:00
AntonKorobkov
3cafa38ddb added Russian language test with some basic coverage 2016-08-04 18:47:13 +03:00
Ernesto Rodriguez Ortiz
89ca2b7e8c Merge branch 'language_pt_BR' of https://github.com/filwaitman/num2words into filwaitman-language_pt_BR 2016-03-31 14:26:22 -04:00
isnani
d3d0af3040 add indonesian ('id') 2016-03-31 10:11:04 -04:00
Ernesto Rodriguez Ortiz
023187b3cf Merge branch 'master' of https://github.com/anb/num2words into anb-master 2016-03-18 16:21:58 -04:00
Brett Anthoine
e8bcc0ef2d Add Swiss-French variants of numbers between 60 and 100. 2016-03-18 15:52:30 +01:00
Filipe Waitman
eeadcc7d5b Add support to pt_BR language 2016-02-26 23:13:40 -03:00
isnani
073925b1d4 address issue 24: floating point spelling 2016-01-13 16:06:16 +01:00
isnani
41a97d6931 add tests for lang_DE 2015-12-14 08:26:08 +01:00
isnani
797e74d1fc correction on lang_DE: ordnum, plural and ord form of >= 10**6 2015-12-12 16:54:30 +01:00
Virgil Dupras
fdeb061eca Fix 5 and 9 ordinals in french
fixes #18
2015-04-06 15:07:39 -04:00
Virgil Dupras
b1b5803c20 Fixed bogus word merge in english
Also, added a first unit test. Gotta start somewhere.

Fixes #8.
2014-03-14 10:25:25 -04:00