We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Service Provider boot happens before anything else. You're loading translated messages here: https://github.com/msurguy/Honeypot/blob/master/src/Msurguy/Honeypot/HoneypotServiceProvider.php#L19
So if I add
App::setLocale('another lang');
to my app/start/global.php, it's too late, because the english (default) was already loaded.
The text was updated successfully, but these errors were encountered:
Hmmm I see... What would be a way to prevent this and let users to load custom locale?
Sorry, something went wrong.
Answered that via #13.
Thanks so much!
No branches or pull requests
Service Provider boot happens before anything else. You're loading translated messages here: https://github.com/msurguy/Honeypot/blob/master/src/Msurguy/Honeypot/HoneypotServiceProvider.php#L19
So if I add
to my app/start/global.php, it's too late, because the english (default) was already loaded.
The text was updated successfully, but these errors were encountered: