-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
[FEATURE REQUEST] Log when I18n Translation Fails? #1593
Comments
Hello @AlbinoGeek, I pushed a commit which gives you a lot of info and you are able to both log and inject a value there too. Example: Lines 28 to 51 in a491cdf
|
That's awesome, I would say that Resolved this request, as I now have control to log or dynamically generate if required. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
A call to
ctx.Tr()
with an invalid or mistyped key might go unnoticed if it does not log the "key not found" somewhere.There are many reasons this could happen:
The text was updated successfully, but these errors were encountered: