-
Is there some documentation about how Backpack use validation messages? I'd like to use italian messages or multi-languages using some files found on net like these: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @blondie63! Regarding validation messages, that's up to Laravel itself. There are some repos like the ones you mentioned that provide the translations for every language, you just need to place those files in your project, and that's it 👌 I think the most reliable should be Laravel-Lang. |
Beta Was this translation helpful? Give feedback.
-
I'm closing this issue due to inactivity. If you need further assistance or have additional questions, feel free to reopen this issue or create a new one. We're here to help! |
Beta Was this translation helpful? Give feedback.
Hi @blondie63!
Backpack has its own translations for its packages, as far as I know there's no specific validation message we maintain.
If you found any missing translation for the languages you know/speak, please kindly submit PRs to fix it 👌
Regarding validation messages, that's up to Laravel itself. There are some repos like the ones you mentioned that provide the translations for every language, you just need to place those files in your project, and that's it 👌
I think the most reliable should be Laravel-Lang.
In my case, for Portuguese, I use https://github.com/square-bit/laravel-pt-localization. Note that these are third party packages, and they are not maintained by Laravel, they …