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:
dede64
2018-02-19 22:30:20 +01:00
committed by Ernesto Rodriguez Ortiz
parent 569b29af39
commit 551a980e54
4 changed files with 261 additions and 0 deletions

View File

@@ -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)