Tufan Kaynak
c3cec93c4d
correction of 0.0n reading
2017-09-05 14:50:32 +03:00
Tufan Kaynak
5ff8e343a0
unused elements stripped
2017-09-05 08:10:42 +03:00
Tufan Kaynak
bdc9b8e8ea
remove the last comma in dictionary
2017-09-04 23:11:39 +03:00
Tufan Kaynak
a235058ba6
refactoring data elements
2017-09-02 14:22:50 +03:00
Tufan Kaynak
969c5daf9b
var names changed to English
2017-09-01 00:46:23 +03:00
Tufan Kaynak
a659e63eb5
TR translation
...
TR translation of num2word reading all cardinals and ordinals up to 10**21-1
2017-08-30 19:36:29 +03:00
Ernesto Rodriguez Ortiz
39356b495d
v0.5.5
2017-07-02 19:39:09 -04:00
Ernesto Rodriguez Ortiz
d41b1b6b07
Merge pull request #72 from dalwadani/master
...
Support Arabic
2017-06-28 15:46:56 -04:00
Dhaifallah Alwadani
21db1b32c3
Set currencies and fix strings
2017-06-28 16:33:17 +03:00
Dhaifallah Alwadani
7f3f65d9f4
Add arabic tests
2017-06-22 23:49:07 +03:00
Dhaifallah Alwadani
6c3e75d4c8
fix missing words
2017-06-22 23:48:44 +03:00
Dhaifallah Alwadani
eea901734a
fix encoding
2017-06-22 23:22:33 +03:00
Dhaifallah Alwadani
7921560514
Add arabic to README
2017-06-21 22:22:27 +03:00
Dhaifallah Alwadani
f423a9398f
add support for Arabic
2017-06-21 22:20:22 +03:00
Ernesto Rodriguez Ortiz
eb465df78a
Merge pull request #67 from 10537/master
...
[IMP]Adds es_CO and es_VE support.
2017-04-27 12:41:06 -04:00
Ernesto Rodriguez Ortiz
48c25da767
Merge pull request #68 from cclauss/patch-1
...
classifiers=CLASSIFIERS
2017-04-14 14:17:01 -04:00
cclauss
dd1a3f09a3
classifiers=CLASSIFIERS,
...
This will populate the lower left of https://pypi.org/project/num2words
2017-04-12 21:20:37 +02:00
José Moreno
bccd3c0508
[MERGE]Conflicts resolved.
2017-04-04 10:48:09 -05:00
Ernesto Rodriguez Ortiz
b77414053b
Merge pull request #62 from dazre/master
...
fixed some spelling problems for Russian
2017-04-04 10:42:06 -04: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
caa8903599
Merge pull request #61 from anothingguy/master
...
[ADD] support VietNam
2017-04-03 18:04:45 -04:00
Ernesto Rodriguez Ortiz
9028a5e90b
Made to_ordinal() implementation python3 compatible for lang es
...
Ref: issue # 10537
2017-04-03 17:43:07 -04: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
José Moreno
91f3dc6854
[IMP]Adds new languages in init file.
2017-03-30 14:59:48 -05:00
dazre
ba8db25898
add leading Ones
...
It's more more correctly in Russian:
num2words(1135, lang='ru') -> одна тысяча сто тридцать пять
num2words(1000139, lang='ru') -> один миллион сто тридцать девять
2017-03-30 15:37:42 +03:00
dazre
321dfd3bca
remove middle THOUSANDS in case of zero digits
...
Error:
num2words(1000139, lang='ru') -> миллион *тысяч* сто тридцать девять
Fix:
num2words(1000139, lang='ru') -> миллион сто тридцать девять
2017-03-30 15:33:37 +03:00
José Moreno
02b73fd444
[IMP]Deleted unnecessary super return.
2017-03-27 10:30:13 -05:00
José Moreno
aff876c4a6
[IMP]Reworked the files ES_CO and ES_VE.
2017-03-27 10:23:34 -05:00
Diep Huu Hoang
c2148d15ef
[ADD] support VietNam
2017-03-19 22:41:41 +07: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
José Moreno
b0bca26924
[IMP]Adds new files for ES_CO and ES_VE.
2017-03-16 16:33:33 -05:00
José Moreno
905faa20fc
[IMP]Adds new files for ES_CO and ES_VE.
2017-03-16 16:31:43 -05:00
Ernesto Rodriguez Ortiz
907ebbc812
Update README.rst to show TravisCI build status.
2017-02-27 16:05:21 -05:00
Ernesto Rodriguez Ortiz
710a3b60c1
Merge pull request #58 from kszys/master
...
Fixed issues with wrong text for currency in Polish language
2017-02-27 15:58:59 -05:00
Krzysztof Socha
7fdb61351b
Cleaned-up whitespaces around operators
2017-02-27 21:57:11 +01:00
Krzysztof Socha
4d5a114cf3
Fixed integer division operator (/->//) to work also in python3
2017-02-27 21:44:43 +01:00
Krzysztof Socha
1667511ff3
Merge remote-tracking branch 'upstream/master'
2017-02-27 18:14:11 +01:00
Krzysztof Socha
c459d9ba82
Cleaned-up some test files
2017-02-27 17:23:52 +01:00
Krzysztof Socha
94d4e85992
Cleaned-up some test files
2017-02-27 17:22:31 +01:00
Krzysztof Socha
d586f620c5
Added unit tests for Polish language
2017-02-27 17:18:06 +01:00
Krzysztof Socha
f67d641968
Fixed issues with wrong text for currency conversion with whole 10s (e.g., 123.50)
2017-02-25 22:44:27 +01:00
Virgil Dupras
f29e792757
Merge pull request #57 from savoirfairelinux/show-build-status
...
Show the TravisCI build status in the project page.
2017-02-02 12:16:14 -05:00
Ernesto Rodriguez Ortiz
fb281568b2
Show the TravisCI build status in the project page.
2017-02-01 15:01:53 -05:00
Virgil Dupras
8468654d86
tox.ini: add py35 and py36 envs
2017-02-01 10:32:10 -05:00