Closed cadwmaster closed 8 years ago
There's another PR open that wants to return the key when no translation is found. Would that work better for you? https://github.com/PolymerElements/app-localize-behavior/pull/43
Closing, as I think this is superseded by #43
Still think will be nice to have a warn about it, isn't the proper behaviour, is it ? Otherwise you will miss it if the app is medium/large
I agree with @cadwmaster, I would like to know if I miss/forgot something. And also, the component that is failing is nice information to have during debugging. @notwaldorf Shall I create a new PR to extend the merged PR #43 ?
When a key doesn't exist now the behaviour throws a generic error (Uncaught TypeError: A message must be provided as a String or AST) and you don't know which key is the one missing.