-
-
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
feat: add translate in emptyText on ra-ui-material fields #8132
feat: add translate in emptyText on ra-ui-material fields #8132
Conversation
Sure! Each Field component has a corresponding As for the documentation, add a line to https://marmelab.com/react-admin/Fields.html#emptytext saying that the provided emptyText is translated. |
Thank you I will make the requests Update
|
@fzaninotto I Resolved all points raised. I think I will need a review to check if it was executed in the best way Update |
Excellent, thanks a lot! |
Implementing the emptyTextt translation feature for issue #8044
I added useTranslate to always translate emptyText, if it doesn't find the translation it will display the text normally
I was wondering what is expected of me to document and which test I should add. Can you help me @fzaninotto?
Closes #8044