-
-
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
fix spelling of locale logged_in_successfully #3346
fix spelling of locale logged_in_successfully #3346
Conversation
So this is a bit more complicated than I'd like it to be. I think we are okay to merge this, but we will need to make a similar change in solidus_auth_devise. It seems like this is something people have used for some time (based on a GitHub search). Hopefully the changelog will be enough to help people find this... |
Here are all of the places where we have used the misspelling: https://github.com/search?q=org%3Asolidusio+logged_in_succesfully&type=Code |
Here's another extension to be fixed: https://github.com/solidusio/solidus_i18n/search?q=logged_in_succesfully&unscoped_q=logged_in_succesfully |
Just commented on solidusio/solidus_auth_devise#173, and now I have other concerns (sorry): if a user updates That said, I'm tempted to ask you to leave both strings, but the solution proposed here won't have any effect at that point. Maybe the safest thing for users is to keep both things (double keys here (and |
I agree with @kennyadsl, in order to play nice with every scenario we need to keep also the old key, and only later with a major release remove the misspelled one. |
@nspinazz89 can you please rebase this one? |
847824e
to
7a39977
Compare
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.
@nspinazz89 thank you 👍
@nspinazz89 In order to improve git history readability, can you squash the commits into a single one? 🙏 |
Add default value to ensure existing projects do not break. solidusio#173 Add default value for logged_in_successfully for i18n Add comment explaining purpose of change This change is in support of solidusio/solidus#3346
Description
Fix for #3345
Checklist: