-
-
Notifications
You must be signed in to change notification settings - Fork 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
Add possibility to disable entity translations #1852
Comments
If you set the Is there a simple solution to disable the translation for everything except for the |
Let's close this as "fixed" because translation can be disabled per entity or for the entire backend. However, this bundle is really designed to have translation enabled (for the interface, etc.) Thanks! |
It does not disable the translation, but tries instead to translate on the
Tested on the last version. Could you please re-open the issue? Plus, disabling per entity may indeed works, but this is quite overkill if we don't want translation at all except the interface itself. Maybe add a |
I don't like adding more config options ... so I'm going to think a bit more about this. About the interface ... the problem is that we translate actions with Moreover, this is related to some controversial Symfony feature/behavior. See symfony/symfony#21726 |
Well, the fact is the end user has to add this option on each entity to avoid translation. So this is not better IMHO.
What do you mean by "you can customize them"? What is the goal? Customize globally or per entity? If it's globally, well we can still override the If it's per domain, I really don't see why we should change the "Search" words on entity level. 🤔 BTW, it's the same thing about So event if symfony/symfony#21726 is accepted, the issue will remain the same... or will be moved. 😄 Possible options to avoid even more configuration about message domain choice would be to change |
I'm closing this issue because we're starting a new phase in the history of this bundle (see #2059). We've moved it into a new GitHub organization and we need to start from scratch: no past issues, no pending pull requests, etc. I understand if you are angry or disappointed by this, but we really need to "reset" everything in order to reignite the development of this bundle. |
hi, Tanks for respond quickly |
Currently, we can configure a default
translation_domain
, default tomessages
.But if I don't want to take care of translations for this bundle, I can't disable the usage and I have this bunch or warning messages:
IMHO, we should have the possibility to disable it.
The text was updated successfully, but these errors were encountered: