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
If there's a localized configuration variable with a value of false the default one is returned.
false
The text was updated successfully, but these errors were encountered:
This line must be the cause:
return retrieveItem(locals.data['config_' + lang], value) || retrieveItem(config, value);
It should be checked if the retrieved value is undefined instead of doing that lazy || 😅.
||
Sorry, something went wrong.
452ff1c
Update to v0.1.4 to fix #2
1717907
ahaasler
No branches or pull requests
If there's a localized configuration variable with a value of
false
the default one is returned.The text was updated successfully, but these errors were encountered: