react-translated
react-translated copied to clipboard
return empty string
it's not possible to return empty string?
in my project i used many strings by react-translated and now i want to hide some of these strings so if i can return empty string like this
"some-string": {
"en": ""
},
should be helpful
@hamid07ss if you want to hide the text, it would make more sense to remove it from the rendering, right?
my project is a fully customizable panel and I set descriptions for everywhere! now I want to let my users that if they not need, hide some of these strings