You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would you be willing to accept a PR that adds the suggested conditional switch?
I'd rather have empty values displayed with something like "[MISSING]: KEY" then just empty strings. At least this is the way I'm used to it with the old angular-gettext @ocombe
I'm submitting a ...
Current behavior
If translation yields empty string, the translation is considered missing.
Expected/desired behavior
Empty strings, should either be considered valid translations always, or with a conditional switch, like
Reproduction of the problem
See this plunker
What is the motivation / use case for changing the behavior?
Use case is pretty much described in #223 . When localizing links, this is essential.
** Comments **
One could add a space there:
but this is error-prone as such kinda redundant whitespace can be lost when localization team does its job.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: