dateparser
dateparser copied to clipboard
Added support for decade in hindi
Added support for decade in hindi language
@Gallaecio I fixed all the issues of my previous PR in this PR. I ran all the tests , Everything is fine.
Codecov Report
Base: 98.23% // Head: 98.23% // No change to project coverage :thumbsup:
Coverage data is based on head (
80ef759
) compared to base (bcd1a3c
). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## master #986 +/- ##
=======================================
Coverage 98.23% 98.23%
=======================================
Files 232 232
Lines 2605 2605
=======================================
Hits 2559 2559
Misses 46 46
Impacted Files | Coverage Δ | |
---|---|---|
dateparser/data/date_translation_data/hi.py | 100.00% <ø> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
AssertionError: The content of the file "../dateparser/data/date_translation_data/hi.py" doesn't match the content of the generated file.
Fixing it 🙂 @wRAR
I've fixed that error. Thank you for your PR @Mr-Sunglasses