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
LocaleProvider
If set via set() method locale that equal to default locale method isDefaultLocale returns false, but it is incorrect.
set()
isDefaultLocale
i18n/src/LocaleProvider.php
Lines 30 to 33 in 352f65e
The text was updated successfully, but these errors were encountered:
Fix #56: Fix LocaleProvider::isDefaultLocale() giving a wrong resul…
LocaleProvider::isDefaultLocale()
20254ca
…t if locale is set explicitly to the one matching default
6dac2aa
No branches or pull requests
If set via
set()
method locale that equal to default locale methodisDefaultLocale
returns false, but it is incorrect.i18n/src/LocaleProvider.php
Lines 30 to 33 in 352f65e
The text was updated successfully, but these errors were encountered: