-
Notifications
You must be signed in to change notification settings - Fork 264
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
Valid keys slipping through as invalid and not showing up missing #207
Comments
Conceivably a fix for this would be modifying this line to include a |
Including |
keldin-coding
pushed a commit
to keldin-coding/i18n-tasks
that referenced
this issue
Nov 1, 2016
keldin-coding
pushed a commit
to keldin-coding/i18n-tasks
that referenced
this issue
Nov 1, 2016
Welp. Should've realized it would pick up on those commits, my bad. Got a pull request open, though. :) |
Released in v0.9.6! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We had an issue where we had an invalid key used in our views, but we didn't notice until it went to production because it raises a TranslationMissingError.
In this instance, with
strict: true
, the key is seen as invalid on this line. Because of that, it's never processed. I'm not sure how you would want to handle this. Maybe providing a list of invalid keys and their usage in the application? Letting them go through and be used as missing translation?As far as I can tell though, I18n allows this kind of key in my testing...
The text was updated successfully, but these errors were encountered: