-
Notifications
You must be signed in to change notification settings - Fork 168
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
MenuConfiguration does not respect title from view that implements HasDynamicTitle #20802
Comments
The challenge in the general case is that |
How do you mean that? |
Most often yes, but the question is whether we can assume that it's close enough to always? |
It would at least make it usable. Currently I can't use it and in Switzerland all applications need I18N so it's also unusable for my clients |
Sounds wrong that you would need to implement a dynamic title just to get it translated |
That's true! But how to translate text in annotations? |
MenuConfiguration should use the title from getPageTitle if the view is implementing HasDynamicTitle.
Currently, MenuConfiguration is unusable if the application is translated.
The text was updated successfully, but these errors were encountered: