Added functions that need to be overriden to lang_DK, created TODO's, added lang_DK to __init__ and added documentation to README

This commit is contained in:
mdc
2016-03-19 22:21:14 +01:00
parent eacf57fd26
commit 51d34ce78e
3 changed files with 175 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ Besides the numerical argument, there's two optional arguments.
* ``en_GB`` (British English)
* ``en_IN`` (Indian English)
* ``pl`` (Polish)
* ``dk`` (Danish)
You can supply values like ``fr_FR``, the code will be
correctly interpreted. If you supply an unsupported language, ``NotImplementedError`` is raised.