-
Notifications
You must be signed in to change notification settings - Fork 55
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
Empty string renders as missing translation #319
Comments
As a workaround I did this:
|
Hi @ruisilva450, In my opinion, an empty string is a missing translation. But because this need has already been reported in the past, I will add |
For some locales you can have a use case where you don't want to show certain information and the way some people do it is by putting an empty string. Therefore my case |
I released a new version (10.1.2). Now you should be able to do this:
Let me know. |
Perfect. |
Describe the bug
I have a typical json being loaded by
HttpTranslationLoader
in which a token leads to an empty string on that jsonTo Reproduce
Steps to reproduce the behavior:
Expected behavior
See `` (basically show nothing) instead of
textToTranslate
Desktop (please complete the following information):
Additional context
You can reproduce this on the live demo.
Here is the live demo with
changeLocale
value set as ""The text was updated successfully, but these errors were encountered: