-
-
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
Remove devise translations #2972
Conversation
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.
Thanks 👏
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.
Thanks!
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.
There is a quite a bit of noise from reformatting here, but it looks okay.
Thanks!
@afdev82 sorry, can you explain better why is the reformatting commit needed? |
@kennyadsl usually the translations are alphabetically ordered and so on "normalized". In this way in both projects (solidus_i18n and solidus) they are in the same place and it's easier to translate them. I would like to add the check for the health of the translations in the ci, in this way every time someone adds a translation it should be in the right place. |
Got that but shouldn't this be handled by |
Hm... I just run |
Yes but look at this for example. It does the opposite of the normalization happened in this PR, maybe some options changed on you env in the meantime? |
I see... I have to check, I don't know why now. |
Need to understand why the extra commit is needed
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.
Let's investigate why bundle exec i18n-tasks normalize
displayed different behaviors in this PR and #2963.
I agree we should add the health check to CI to avoid this kind of confusion in the future.
@afdev82 👋do you have any update here? |
No sorry, I didn't have time to continue on that :( |
Reopened as #3132 |
This PR remove devise translations, since they are also removed in the solidus_i18n project (see solidusio/solidus_i18n#107) and they are provided by the devise_i18n gem (https://github.com/tigrish/devise-i18n).