Skip to content

Conversation

@josves
Copy link

@josves josves commented Mar 20, 2018

added "MRZ" for German

Fixes #395

added "MRZ" for German
@codecov
Copy link

codecov bot commented Mar 20, 2018

Codecov Report

Merging #400 into master will increase coverage by 1.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #400      +/-   ##
==========================================
+ Coverage   94.95%   95.96%   +1.01%     
==========================================
  Files         302      302              
  Lines        2436     2976     +540     
==========================================
+ Hits         2313     2856     +543     
+ Misses        123      120       -3     
Impacted Files Coverage Δ
dateparser/data/date_translation_data/de.py 100.00% <ø> (ø)
dateparser/timezone_parser.py 97.05% <0.00%> (-0.77%) ⬇️
dateparser/utils/strptime.py 100.00% <0.00%> (ø)
dateparser/search/__init__.py 100.00% <0.00%> (ø)
dateparser/languages/dictionary.py 99.49% <0.00%> (+0.18%) ⬆️
dateparser/languages/locale.py 98.83% <0.00%> (+0.18%) ⬆️
dateparser/date.py 98.20% <0.00%> (+0.45%) ⬆️
dateparser/search/search.py 100.00% <0.00%> (+0.66%) ⬆️
dateparser/freshness_date_parser.py 100.00% <0.00%> (+1.05%) ⬆️
dateparser/utils/__init__.py 97.57% <0.00%> (+1.05%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb9614a...ad60adf. Read the comment docs.

@sarthakmadaan
Copy link
Contributor

You are not supposed to directly edit data in Python modules. The data contributed by the community is stored in dateparser_data/supplementary_language_data/ which consists of additional data to supplement the data retrieved from unicode CLDR. Make changes to yaml files in Supplementary data. The data in Python modules is combined data from CLDR and Supplementary data generated by scripts and is not to be manually edited.

@Gallaecio Gallaecio closed this Apr 28, 2020
@noviluni noviluni added the language language related issue/PR label Apr 30, 2020
@noviluni noviluni reopened this May 1, 2020
@noviluni noviluni mentioned this pull request May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

language language related issue/PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

German abbreviation for the month March has not been recognized "MRZ"

4 participants