-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datepicker): add Latvian locale (#hacktoberfest) #5432
Conversation
hey @MatissJanis ! Also, add tests for it will be very good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add locale as an import / export, and add tests
Codecov Report
@@ Coverage Diff @@
## development #5432 +/- ##
============================================
Coverage 52.52% 52.52%
============================================
Files 3 3
Lines 99 99
Branches 17 17
============================================
Hits 52 52
Misses 37 37
Partials 10 10 Continue to review full report at Codecov.
|
Thanks @daniloff200 ! Added tests, exposed import/export and fixed some bugs in the process 🙂 Let me know if anything else is wrong/missing. |
Thanks for the fixes @MatissJanis ! Well, I think, that's pretty enough. |
Thanks guys! |
hey @MatissJanis ! |
…#5432) * Create lv.ts * Add tests & expose interface
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.