-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use i18n for datepicker format #3321
Conversation
bce7aa3
to
4eea4d4
Compare
Thanks, @coorasse. I'm rerunning specs, failures do not seem related but I did never see those before. Let's see what happens. |
@coorasse we're going through old PRs and this seems like a fix we want to have. Unfortunately, 2.7 is not maintained anymore, so I don't know if it makes sense to add it there. If you still have the time, would you be willing to rebase against master or 2.8? |
For reference, if this is still valid, we should make this PR against master (and eventually backport). |
4eea4d4
to
e4e654c
Compare
@coorasse I rebased this against master and resolved a conflict. If specs pass, I'll go head and add the backport labels to have this on recent support versions of Solidus and will ask for a review by other core team members. Thanks again! |
Codecov Report
@@ Coverage Diff @@
## master #3321 +/- ##
=======================================
Coverage 86.69% 86.69%
=======================================
Files 578 578
Lines 14673 14673
=======================================
Hits 12721 12721
Misses 1952 1952 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@waiting-for-dev do you have any idea about why ensure and triage actions have not been triggered here? 🤔 |
e4e654c
to
042ea36
Compare
@kennyadsl, I think the synchronize activity type doesn't include changing the base branch. However, making a change to the commits on the head branch does. I forced another push and the workflow has run now. |
This PR fixes #2721.
I'd like to fix it already in version 2.7 and release a 2.7.4 if possible.
The datepicker should take the
js_format
from i18n file (not in use anywhere else).I'll open also a PR on solidus_i18n to set it already correctly for the other locales.
I am not sure if this is a breaking change. If someone has overridden
js_format
with something weird it will probably stop working.