You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
When deleting an item I expect the confirmation message to pick up the translated resource name. In the below screenshot that would be Staat or Staaten.
What happened instead:
The confirmation message shows the untranslated resource name staat.
Steps to reproduce:
Setup translation messages (for the locale de) in i18n.js.
Provide a resource named staat (or any other name).
Other information:
As far as I can see this seems to be related to BulkDeleteWithConfirmButton.js in the ra-ui-materialui package.
Environment
React-admin version: 2.8.2
React version: 16.8.4
Browser: Firefox 66.0
The text was updated successfully, but these errors were encountered:
straurob
changed the title
Confirmation message for deletion does not pick up translation
Confirmation message for deletion does not pick up resource translation
Mar 22, 2019
What you were expecting:
When deleting an item I expect the confirmation message to pick up the translated resource name. In the below screenshot that would be
Staat
orStaaten
.What happened instead:
The confirmation message shows the untranslated resource name
staat
.Steps to reproduce:
de
) ini18n.js
.staat
(or any other name).Other information:
As far as I can see this seems to be related to
BulkDeleteWithConfirmButton.js
in thera-ui-materialui
package.Environment
The text was updated successfully, but these errors were encountered: