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
I'm using boolli in my project and I would like to show the error message that the user could understand where the error is.
My suggestion is that there was an option for a more "humane" message.
Examples:
Input: A and (B or C )) Error Message: There are more ')' than '('.
Input: A and (B or X ) *But there is no parameter named X Error Message: Parameter X does not exist
Another suggestion is that the messages follow the culture. I'm from Brazil and I like to see messages in portuguese (Brazil)
The text was updated successfully, but these errors were encountered:
I like your proposal, I will get into it soon!
I'll just ask you to help with your own language translation, please!
Thanks!
Sorry, something went wrong.
No branches or pull requests
I'm using boolli in my project and I would like to show the error message that the user could understand where the error is.
My suggestion is that there was an option for a more "humane" message.
Examples:
Input: A and (B or C ))
Error Message: There are more ')' than '('.
Input: A and (B or X ) *But there is no parameter named X
Error Message: Parameter X does not exist
Another suggestion is that the messages follow the culture. I'm from Brazil and I like to see messages in portuguese (Brazil)
The text was updated successfully, but these errors were encountered: