-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Allow translating resource names in CRUD messages #1626
Allow translating resource names in CRUD messages #1626
Conversation
72f997e
to
672438f
Compare
54ecfbd
to
d5cc51c
Compare
How do I found out the issue that @HounD is still reporting? |
@betelgeuse seems like all warnings are fixed now |
it "handles global-namepsace models" do | ||
class User < ActiveRecord::Base; self.abstract_class = true; end |
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.
What's stopping us from using ApplicationRecord
here?
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.
It’s not in scope when just running the file. Could be required of course.
Concerning the labels this is more of a bug fix than a feature. |
d5cc51c
to
a26278c
Compare
Thanks for opening this! I've merged it now. Re: labels: I do think anything with relating to translations is an issue which needs to be solved, but in this case, we weren't explicitly trying to translate the flash messages. If we were and it were broken, it would've been a bug. Is it a bit arbitrary? yeah, but I came up with them! |
Ahoy hoy! Hi my name is Flip; I'm a big fan of Administrate. @nickcharlton out of curiosity - what is the release cycle? I'd really love this patch to make its way to rubygems.org. PS. Thanks @betelgeuse |
I'm expecting that we'll do a release next before Christmas. |
Fixes #1242