Level 102
I use this to export all translations to a json file https://github.com/rmariuzzo/Laravel-JS-Localization
and then this to read them from react https://github.com/rmariuzzo/lang.js
1 like
Hello there. I'm tying to implement the laravel translation features in my multi language application. I can easily use all methods in laravel blade files but now my application front part use breeze with inertia react. I wonder is there a way to use laravel localization in breeze inertia with react?
Please or to participate in this conversation.