How to not ignore leading whitespaces in MessageFormat?

Hello.
So in MessageFormat strings, whenever a string that starts with a white space, the white spaces get trimmed out.
I found this issue regarding this: https://github.com/messageformat/messageformat.js/issues/144
Not sure if the library is outdated, or if that issue didn’t get solved :sweat_smile:

Example:

{BOTH, select, true { و} false {} other {}}

2 Likes

Library is outdated, we should absolutely update to latest pr-welcome

2 Likes