Add Romanian support (#215)

* romanian-support: start implementation

* romanian-support: implement basic merge and to_ordinal

* romanian-support: fix linting error

* romaniansupport: fix spacing for linter

* romanian-support: correct indent of error message

* romanian-support: add encoding to test file

* romanian-support: python2 fix: make strings in test unicode

* romanian-support: complete rough implementation

* romanian-support: pylint fixes

* romanian-support: fix tests for python2

* romanian-support: small fixes

* romanian-support: add romanian to readme

* ensure alphabetical order in readme
This commit is contained in:
mariaS210
2018-10-17 16:56:40 +03:00
committed by Ernesto Rodriguez Ortiz
parent 3544e49376
commit ca61c77f3b
5 changed files with 314 additions and 1 deletions

View File

@@ -97,8 +97,9 @@ Besides the numerical argument, there are two main optional arguments.
* ``no`` (Norwegian)
* ``pl`` (Polish)
* ``pt_BR`` (Portuguese - Brazilian)
* ``sl`` (Slovene)
* ``ro`` (Romanian)
* ``ru`` (Russian)
* ``sl`` (Slovene)
* ``tr`` (Turkish)
* ``th`` (Thai)
* ``vi`` (Vietnamese)