Multi language feature
I will use i18n to implement multi-language support for the user's web page.
- [x] Set up i18n
- [x] Replace all text with i18n-compatible strings
- [x] Store the selected language in localStorage
- [x] Set the default language based on the user's browser language
I like this idea. the one problem I see currently is it might not work on the admin panel
You're right, the admin panel is currently still using Laravel. Do you have any plans to convert it to React as well?
I'm about to migrate it to react though. so this is a great pr
That's awesome to hear!
@naterfute Please review to see if I missed any components.
Some stuff was done to the repo recently. If you could resolve these conflicts real fast and re-verify that it works I will merge this.
This is now being managed in the multi-lang branch.