svelte-intl-precompile
svelte-intl-precompile copied to clipboard
Not showing warning for empty string translation
Thanks for this awesome library. :) Just a super simple question/request.
Does it make sense to throw a warning for $t('') that '' was not found in the dictionary?
Because I don't think think translating an empty string to something else is very useful. :)
I like both my code and console as clean as possible and this forces me to add a lot of ugly checks for empty strings. Thanks for your consideration.