api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
481 stars 130 forks source link

Translations are not working as expected #432

Closed anjeylink closed 2 years ago

anjeylink commented 2 years ago

API Platform version(s) affected: 2.8.0

Description
After upgrading to 2.8.0 part of translations stopped being translated. For example labels on loading page are translated, but labels in admin not.

My guess is maybe it's because of i18nProvider prop is not passed down in AdminGuesser on line 226.

alanpoulain commented 2 years ago

Thank you again for the report. You were perfectly right for the fix. If you're willing to, don't hesitate to make a PR to fix it next time!