mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
Created translation to Czech language (#154)
* Create lang_CZ.py * Added czech language to init . * Update __init__.py * Update lang_CZ.py * Added translation to czech language * Fixed thousands translation * Added czech language to readme * Changed pointword in czech translation. * Create test_cz.py * Fixed names for very big numbers. * Fixed currency spelling. * Created tests for czech language. * Fixed: Shortened length of some long lines. * Shortened one more line of code. * Fixed tests * Fixed flake-8. * Changed name of the test class
This commit is contained in:
committed by
Ernesto Rodriguez Ortiz
parent
569b29af39
commit
551a980e54
@@ -62,6 +62,7 @@ Besides the numerical argument, there's two optional arguments.
|
||||
|
||||
* ``en`` (English, default)
|
||||
* ``ar`` (Arabic)
|
||||
* ``cz`` (Czech)
|
||||
* ``de`` (German)
|
||||
* ``dk`` (Danish)
|
||||
* ``en_GB`` (English - Great Britain)
|
||||
|
||||
Reference in New Issue
Block a user