BlackBoxVision / react-admin-extensions

Packages for improving your development workflow with react admin
MIT License
32 stars 18 forks source link

Update translations to v5 #21

Open dany-loveevents opened 1 month ago

dany-loveevents commented 1 month ago

Hi!

Do you have a date scheduled to update the translation to version 5?

When I install the extension I get the following error:

 WARN  Issues with peer dependencies found
.
└─┬ @blackbox-vision/ra-language-spanish 4.11.3
  └── ✕ unmet peer ra-core@^4.4.0: found 5.1.1

On the other hand, in v5 ra.page.edit and ra.page.show are set to '%{name} %{recordRepresentation}' This is the main difference I have found, I don't know if there are any others.

Thanks!

manutuero commented 1 month ago

Hi @dany-loveevents, Thanks for reporting this issue. We're working on a fix for the v5 translation update, including the peer dependency problem. We expect to release the fix either this week or next. We'll review the difference you noted with ra.page.edit and ra.page.show in v5. We'll update this issue once the fix is released. If you encounter any other issues, please let us know. Pull Requests are always welcome if you'd like to contribute directly to the solution.

Best regards,

ddanielroche commented 1 month ago

Hi @manutuero I have created the pull request https://github.com/BlackBoxVision/react-admin-extensions/pull/22.

This is my personal user on github, @dany-loveevents is the company user.

I have reviewed the complete archive of translations and found one more entry that should be added.

Thanks!