-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
Locale language translate issue on <TitlePortal /> #8860
Comments
Recently I have developed one react-admin application, while changing the locale language all other elements text has changed but the list, create, edit title has not updated, instead it hides on the first change, if I go back or click any other options in the ui, then the translated title is shown in the app bar. this is my i18nProvider which one is given to the component const messages: any = { export default polyglotI18nProvider( |
You didn't use the issue template, so we can't consider this issue. Besides, it's probably fixed in 4.9.4 (see #8846) |
What you were expecting:
What happened instead:
Steps to reproduce:
Related code:
Other information:
Environment
The text was updated successfully, but these errors were encountered: