Skip to content

Commit

Permalink
Add Czech ISO code cs to converter classes
Browse files Browse the repository at this point in the history
For compatibility at least with gruut
  • Loading branch information
comodoro authored Apr 18, 2024
1 parent 5e6fa94 commit 45d7ee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions num2words/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'by': lang_BY.Num2Word_BY(),
'ce': lang_CE.Num2Word_CE(),
'cy': lang_CY.Num2Word_CY(),
'cs': lang_CZ.Num2Word_CZ(),
'cz': lang_CZ.Num2Word_CZ(),
'en': lang_EN.Num2Word_EN(),
'en_IN': lang_EN_IN.Num2Word_EN_IN(),
Expand Down

0 comments on commit 45d7ee2

Please sign in to comment.