amsul / amsul/react-translated
return empty string
Open
- Dominant language
- JavaScript
- Stars
- 176
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.