Commit Graph
53 Commits
Author SHA1 Message Date
Ernesto Rodriguez OrtizandGitHub ff9bd868ba Merge branch 'master' into romanian-issues-259 2019-12-31 12:13:16 -05:00
Ernesto Rodriguez OrtizandGitHub d1c2f94132 Merge pull request #270 from yliharma/master
Fixed misspelling of 21 (cardinal and ordinal number) in IT language
2019-12-31 12:05:01 -05:00
Ernesto Rodriguez OrtizandGitHub 0a88055c4a Merge branch 'master' into master 2019-12-31 11:03:46 -05:00
Ernesto Rodriguez OrtizandGitHub 5fe8815fad Merge pull request #283 from williamjmorenor/base
Add more tests to base.py
2019-12-31 10:30:39 -05:00
Ernesto Rodriguez OrtizandGitHub af7882a7bd Merge branch 'master' into base 2019-12-31 09:59:08 -05:00
Ernesto Rodriguez OrtizandGitHub ff6ff0e6a6 Merge pull request #288 from btharper/en_coverage
Add testcase for lang_EN.py
2019-12-31 09:48:23 -05:00
Ernesto Rodriguez OrtizandGitHub ede0c42806 Merge branch 'master' into en_coverage 2019-12-31 09:42:04 -05:00
Ernesto Rodriguez OrtizandGitHub e674ce70f3 Merge pull request #286 from btharper/test_dk
Add simple tests for lang_DK.py
2019-12-31 09:40:12 -05:00
Ernesto Rodriguez OrtizandGitHub a2fe2aa4c9 Merge branch 'master' into test_dk 2019-12-31 09:35:45 -05:00
Ernesto Rodriguez OrtizandGitHub 432b763e1d Merge pull request #287 from btharper/es_coverage
Add ordinal 12,345 to ES test suite to increase coverage
2019-12-31 09:32:23 -05:00
Ernesto Rodriguez OrtizandGitHub cb9fff1189 Merge branch 'master' into es_coverage 2019-12-30 17:15:38 -05:00
Ernesto Rodriguez OrtizandGitHub 3d14f7a5bb Merge branch 'master' into en_coverage 2019-12-27 16:35:33 -05:00
Ernesto Rodriguez OrtizandGitHub b594ac0513 Merge pull request #298 from toofun666/master
Update test_tr.py to increase coverage
2019-12-27 16:11:50 -05:00
Ernesto Rodriguez OrtizandGitHub 9290282ca2 Merge branch 'master' into romanian-issues-259 2019-10-25 23:22:02 -04:00
Ernesto Rodriguez OrtizandGitHub af199a472c Merge branch 'master' into master 2019-10-25 18:37:47 -04:00
Ernesto Rodriguez OrtizandGitHub 7e893f1ef6 Merge branch 'master' into romanian-issues-259 2019-10-25 18:36:11 -04:00
Ernesto Rodriguez Ortiz 2d1a318359 Release v0.5.10 2019-05-12 11:48:38 -04:00
Ernesto Rodriguez Ortiz 2eee037648 Fix typo 'seperator' on source code 2019-01-19 17:00:26 -05:00
Ernesto Rodriguez Ortiz f2fb5bc67f Release 0.5.9 2019-01-10 20:09:08 -05:00
Ernesto Rodriguez Ortiz 53b4518afb Issue 229: Add explicit encoding, license and unix line separators.
Some maintainers for different linux distribution are having some
problems with the encoding on different python versions. This change
intents to make all python files define explicitly the encoding, license
and unix line separators. Remove one example of the README.rst file
where a possible non UTF-8 character is used.
2018-12-23 12:10:24 -05:00
Ernesto Rodriguez Ortiz fffb5c2dcf Release 0.5.8 2018-11-17 14:38:49 -05:00
Ernesto Rodriguez Ortiz f9107c4938 Use language iso code for Vietnamese
Also update the readme and fix error, on the README.rst file we say tha
code language to use is vn, but to make it work you have to use vi_VN.
Let's refactor this to use the proper iso code `vi` in all places.
2018-10-15 12:32:42 -04:00
Ernesto Rodriguez Ortiz 62f3cad2d6 Add a command line tool to use num2words, credits to @hernamesbarbara 2018-09-16 16:43:44 -04:00
Ernesto Rodriguez OrtizandGitHub 9819498a14 Increase test coverage for lang fr* (#136)
Ref: issues #116 #121 #127
2017-11-09 10:15:29 -05:00
Ernesto Rodriguez OrtizandGitHub 1c699d1bb4 Fix bugs in the float precision and the currency, increase test coverage (#134)
* Fix some bugs in the float precision and the currency, increase test coverage.

Ref: issue #112 #113

* Update README.rst
2017-11-06 20:19:26 -05:00
Ernesto Rodriguez OrtizandGitHub c511f499b9 Create ISSUE_TEMPLATE.md 2017-11-05 15:16:23 -05:00
Ernesto Rodriguez OrtizandGitHub a98c75e394 Create CONTRIBUTING.md 2017-11-05 15:15:15 -05:00
Ernesto Rodriguez OrtizandGitHub dde43cb4e5 Create CODE_OF_CONDUCT.md 2017-11-05 15:07:12 -05:00
Ernesto Rodriguez OrtizandGitHub c326d59b2d Replace a custom implementation of an ordered dict in the file orderedmapping.py by collections.OrderedDict (#131) 2017-11-01 09:55:24 -04:00
Ernesto Rodriguez OrtizandGitHub 3da0c54f3b Activate flake8, isort and coveralls in the configuration of tox (#105)
* Activate flake8, isort and coveralls in the configuration of tox

* Update code to respect PEP8

* Fix bug in the lang_IT for python 3

* Update the README to include the new converters.
2017-10-30 14:06:46 -04:00
Ernesto Rodriguez OrtizandGitHub c6015db8b4 Update tox.ini to check more stuffs (#103) 2017-10-26 20:10:44 -04:00
Ernesto Rodriguez OrtizandGitHub 34d5a4cd5a Merge pull request #102 from savoirfairelinux/remove_lang_EN_GB_old_file
Remove old and not used file num2words/lang_EN_GB_old.py
2017-10-26 16:11:06 -04:00
Ernesto Rodriguez OrtizandGitHub 3788cb213a Merge pull request #101 from shulcsm/expose_to_currency
Expose to to_currency.
2017-10-26 15:06:34 -04:00
Ernesto Rodriguez OrtizandGitHub 02a52aab5b Merge pull request #100 from shulcsm/pass_kwargs_to_converters
Pass kwargs to converters.
2017-10-26 15:05:12 -04:00
Ernesto Rodriguez OrtizandGitHub 168707744d Merge pull request #98 from williamjmorenor/master
Fix some pep8 issues
2017-10-26 15:03:27 -04:00
Ernesto Rodriguez OrtizandGitHub 096cb45ad9 Merge pull request #97 from bblaz/master
Added Slovene (sl) languange
2017-10-23 16:19:30 -04:00
Ernesto Rodriguez OrtizandGitHub 931d7063db Merge pull request #95 from savoirfairelinux/allow_call_to_other_converters
Allow call to other convertes as to_currency, to_year
2017-10-23 16:18:14 -04:00
Ernesto Rodriguez OrtizandGitHub 38db45cc4a Merge pull request #96 from marcu/master
lang_DK do not depends on num2words
2017-10-23 16:16:37 -04:00
Ernesto Rodriguez OrtizandGitHub 659920c881 Merge pull request #91 from olix20/master
Added support for Dutch language (NL)
2017-09-20 09:14:28 -04:00
Ernesto Rodriguez OrtizandGitHub f1838bf2de Merge pull request #93 from Sergeyzhol/master
Add Ukrainian language
2017-09-19 12:59:15 -04:00
Ernesto Rodriguez OrtizandGitHub 18f906dc48 Merge pull request #89 from Framras/master
readme corrected
2017-09-08 09:29:32 -04:00
Ernesto Rodriguez OrtizandGitHub 6dc3686116 Merge pull request #88 from piranna/master
Added reference to `fr_DZ` locale on readme & clean-up
2017-09-06 22:02:26 -04:00
Ernesto Rodriguez OrtizandGitHub 757daaa222 Merge pull request #87 from Framras/master
README update
2017-09-06 16:46:30 -04:00
Ernesto Rodriguez OrtizandGitHub 301b7ff075 Merge pull request #86 from piranna/master
Add `fr_DZ` locale
2017-09-06 16:45:43 -04:00
Ernesto Rodriguez OrtizandGitHub c9e22ad45a Merge pull request #85 from Framras/master
Turkish language added to list on Readme
2017-09-05 20:39:05 -04:00
Ernesto Rodriguez OrtizandGitHub e6b2dbc4b9 Merge pull request #84 from Framras/master
Add Turkish language support.
2017-09-05 08:44:23 -04:00
Ernesto Rodriguez OrtizandGitHub d41b1b6b07 Merge pull request #72 from dalwadani/master
Support Arabic
2017-06-28 15:46:56 -04:00
Ernesto Rodriguez OrtizandGitHub 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 OrtizandGitHub 48c25da767 Merge pull request #68 from cclauss/patch-1
classifiers=CLASSIFIERS
2017-04-14 14:17:01 -04:00
Ernesto Rodriguez OrtizandGitHub b77414053b Merge pull request #62 from dazre/master
fixed some spelling problems for Russian
2017-04-04 10:42:06 -04:00
Ernesto Rodriguez OrtizandGitHub caa8903599 Merge pull request #61 from anothingguy/master
[ADD] support VietNam
2017-04-03 18:04:45 -04:00
Ernesto Rodriguez OrtizandGitHub 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
Ernesto Rodriguez Ortiz 06b3c0ee2e Merge pull request #35 from Michael-Reschke/patch-1
Update README.rst
2016-03-18 11:05:21 -04:00