Skip to content

Commit 2b4d0bb

Browse files
mrodriguezg1991Marlon Rodriguez Garcia
and
Marlon Rodriguez Garcia
authored
New release (#606)
Co-authored-by: Marlon Rodriguez Garcia <[email protected]>
1 parent 6abe2c6 commit 2b4d0bb

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

CHANGES.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changelog
22
=========
33

4+
Version 0.5.14 -- 2024/12/16
5+
----------------------------
6+
7+
* Fixed a typo in PL (#466)
8+
* Run tests against Python 3.12 (#544)
9+
* ADD num2words: es_CR language (#565)
10+
* New languages: Welsh (Celtic) and Chechen (Nakho-Dagestanian) (#543)
11+
* Add catalan language support (#581)
12+
* Adding Tetum Language (#576)
13+
* FIX ISO code for Belarusian language is be, not by. (#574)
14+
* Add test to improve coverage (#595)
15+
* Added Bangla language support to num2word for Bangladesh. (#589)
16+
* Czech language ISO 639-1 code fix (#587)
17+
* Added support for Tunisian Dinar (#593)
18+
* Change danish language code to DA (#596)
19+
20+
421
Version 0.5.13 -- 2023/10/18
522
---------------------------
623

README.rst

+9-7
Original file line numberDiff line numberDiff line change
@@ -81,25 +81,26 @@ Besides the numerical argument, there are two main optional arguments, ``to:`` a
8181
* ``az`` (Azerbaijani)
8282
* ``be`` (Belarusian)
8383
* ``bn`` (Bangladeshi)
84+
* ``ca`` (Catalan)
8485
* ``ce`` (Chechen)
8586
* ``cs`` (Czech)
8687
* ``cy`` (Welsh)
88+
* ``da`` (Danish)
8789
* ``de`` (German)
88-
* ``dk`` (Danish)
8990
* ``en_GB`` (English - Great Britain)
9091
* ``en_IN`` (English - India)
9192
* ``en_NG`` (English - Nigeria)
9293
* ``es`` (Spanish)
9394
* ``es_CO`` (Spanish - Colombia)
9495
* ``es_CR`` (Spanish - Costa Rica)
95-
* ``es_VE`` (Spanish - Venezuela)
9696
* ``es_GT`` (Spanish - Guatemala)
97+
* ``es_VE`` (Spanish - Venezuela)
9798
* ``eu`` (EURO)
9899
* ``fa`` (Farsi)
99100
* ``fi`` (Finnish)
100101
* ``fr`` (French)
101-
* ``fr_CH`` (French - Switzerland)
102102
* ``fr_BE`` (French - Belgium)
103+
* ``fr_CH`` (French - Switzerland)
103104
* ``fr_DZ`` (French - Algeria)
104105
* ``he`` (Hebrew)
105106
* ``hu`` (Hungarian)
@@ -112,23 +113,24 @@ Besides the numerical argument, there are two main optional arguments, ``to:`` a
112113
* ``kz`` (Kazakh)
113114
* ``lt`` (Lithuanian)
114115
* ``lv`` (Latvian)
116+
* ``nl`` (Dutch)
115117
* ``no`` (Norwegian)
116118
* ``pl`` (Polish)
117119
* ``pt`` (Portuguese)
118120
* ``pt_BR`` (Portuguese - Brazilian)
121+
* ``ro`` (Romanian)
122+
* ``ru`` (Russian)
119123
* ``sl`` (Slovene)
124+
* ``sk`` (Slovak)
120125
* ``sr`` (Serbian)
121126
* ``sv`` (Swedish)
122-
* ``ro`` (Romanian)
123-
* ``ru`` (Russian)
124127
* ``te`` (Telugu)
125128
* ``tet`` (Tetum)
126129
* ``tg`` (Tajik)
127130
* ``tr`` (Turkish)
128131
* ``th`` (Thai)
129-
* ``vi`` (Vietnamese)
130-
* ``nl`` (Dutch)
131132
* ``uk`` (Ukrainian)
133+
* ``vi`` (Vietnamese)
132134

133135
You can supply values like ``fr_FR``; if the country doesn't exist but the
134136
language does, the code will fall back to the base language (i.e. ``fr``). If

bin/num2words

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import sys
5555
from docopt import docopt
5656
import num2words
5757

58-
__version__ = "0.5.13"
58+
__version__ = "0.5.14"
5959
__license__ = "LGPL"
6060

6161

0 commit comments

Comments
 (0)