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
The _c function returns always null instead of the localized or default configuration value.
_c
null
The text was updated successfully, but these errors were encountered:
It appears to be the .data in:
.data
return retrieveItem(locals.data['config_' + lang].data, value) || retrieveItem(config, value);
Sorry, something went wrong.
2f2db89
Update to v0.1.3 to fix #1
5d1bdc8
ahaasler
No branches or pull requests
The
_c
function returns alwaysnull
instead of the localized or default configuration value.The text was updated successfully, but these errors were encountered: