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
tracking issue for all the // TODO: localized error pagess everywhere.
// TODO: localized error pages
To tackle this go.mindeco.de/http/render needs to be patched so that the Error handler can be overwritten.
go.mindeco.de/http/render
Then we receive the errors directly and can pick localizations for specific errors.
The text was updated successfully, but these errors were encountered:
web/handlers: revamp error localization
28d87f5
fixes #66
b246b3a
ac48fef
3c09a63
81bd943
cryptix
Successfully merging a pull request may close this issue.
tracking issue for all the
// TODO: localized error pages
s everywhere.To tackle this
go.mindeco.de/http/render
needs to be patched so that the Error handler can be overwritten.Then we receive the errors directly and can pick localizations for specific errors.
The text was updated successfully, but these errors were encountered: