ttag-org / ttag

:orange_book: simple approach for javascript localization
https://ttag.js.org/
MIT License
344 stars 43 forks source link

Empty character not rendered correctly #235

Open edaena opened 3 years ago

edaena commented 3 years ago

Adding an empty character to the .po file does not result in the empty string. Examples:

msgstr "\u200B"
msgstr "\0"

gettext will return "u200B", "0"