-
Notifications
You must be signed in to change notification settings - Fork 4k
[feat] Localize calendar week start date in st.date_input #9706
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
Conversation
7abd6fb to
3d8baa8
Compare
frontend/lib/package.json
Outdated
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.
note: This was previously an existing transitive dependency. I added it here to make it explicit / ensure the eslint rule about dependencies is happy.
d8ff62d to
27f4805
Compare
lukasmasuch
left a comment
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.
LGTM 👍
…9706) ## Describe your changes - `st.date_input` now understands the user's current locale and sets the start of the week based on it. ## GitHub Issue Link (if applicable) Closes streamlit#5215 ## Testing Plan - Explanation of why no additional tests are needed - Unit Tests (JS and/or Python) ✅ - E2E Tests ✅ - Any manual testing needed? --- **Contribution License Agreement** By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
Describe your changes
st.date_inputnow understands the user's current locale and sets the start of the week based on it.GitHub Issue Link (if applicable)
Closes #5215
Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.