react-modern-calendar-datepicker
react-modern-calendar-datepicker copied to clipboard
New predefined pt-BR locale
Codecov Report
Merging #173 into develop will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## develop #173 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 14 14
Lines 469 481 +12
Branches 101 104 +3
=========================================
+ Hits 469 481 +12
Impacted Files | Coverage Δ | |
---|---|---|
src/DatePickerInput.js | 100.00% <100.00%> (ø) |
|
src/shared/constants.js | 100.00% <100.00%> (ø) |
|
src/shared/localeLanguages.js | 100.00% <100.00%> (ø) |
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 5de8cfa...70ddc09. Read the comment docs.
I'm worried about tree shaking! Is it possible to tree shake unused locales?
Good point @thebrodmann! Tree shake can be an unnecessary problem when we have more locales. This could be optional to load one or more locales. Perhaps we can think of the current implementation a little bit differently. Let me see if I can come back and suggest something soon.
Hey @BugAgain it looks like this project is no longer maintained. See #248 I am potentially looking into forking the project.
Thanks, daniel-sudz