arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Add support for week for the Slovak locale and complete the tests #788

Closed eumiro closed 4 years ago

eumiro commented 4 years ago

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Add support for week for the Slovak locale, fix a translation error (“druhý” in Slovak means “second” like “the one after the first one”, not a short time unit; as well as “pár” means “a couple” and not a specific number) and complete the tests to cover all time units and all cases of a Slavic language.

systemcatch commented 4 years ago

@krisfremen happy with this?