-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug] No read data from database #25
Comments
Based on the information provided in the knowledge sources, I can address your question about the translation issue and Laravel 11 / Backpack 6 compatibility:
Github Issue 4396 describes a similar problem where translated attributes were not showing correctly. The fix for this was merged in version 5.0.19. To resolve this issue, you should update Backpack CRUD to at least version 5.0.19 or higher by running:
"This PR add Laravel 11 support to Backpack. In order to support Laravel 10 and Laravel 11 we needed to do some modifications mainly in our DatabaseSchema to accomodate the fact that Laravel 11 dropped dbal as a dependency and removed function we were using from their public api." Additionally, the Laravel 11 Discussion in the Backpack community forum confirms that Backpack v6 supports Laravel 10 or 11. If you're still experiencing issues after updating, you might want to check your language files and make sure they're properly set up. You can customize translated strings as described in the Backpack documentation on customizing translated strings. If the problem persists after these steps, you may want to open a new issue on the Backpack GitHub repository with more details about your specific setup and the steps to reproduce the problem. ℹ️ Please note our AI Bot does not reply to follow-ups, this will be the only AI answer in this thread. If the AI helped you find the answer, please mark it as answered or write details below so it can learn. Then close the conversation. If not, please give more information for when a human reads this. ℹ️ Relevant sources: Github Issue (closed): [Bug] Cancel button interface error |
Most likely the "cancel" in that page you are testing is not using that Find the |
I tried translating both base.cancel and crud.cancel but neither of them work. You can test it here: https://demo.backpackforlaravel.com/admin/translation-manager |
Hey @x15pa3ck15x thanks for the heads up. I've followed through your issue, and it's not possible to translate namespaced language files. I've just released a new version that does not show those in available strings to translate. Cheers |
I translate "Cancel" to "Zrušiť". But in page I still see "Cancel".
Does this module work with laravel 11 and backpack 6? Or is there anything else that needs to be done?
It doesn't work either in your DEMO or my site on localhost
The text was updated successfully, but these errors were encountered: