Hi,
Not sure if it is a bug, but with my usage of extract-intl, I had a case, when the locale message was actually an empty string, so we passed this null check variables had no effect, and the defaultMessage is shown in the end with {variable} as in "locale.json".
I don't know what is a right thing to do, but it seems to me that the desired result would be to have variables inserted into defaultMessage as well.
Thanks!
Hi,
Not sure if it is a bug, but with my usage of extract-intl, I had a case, when the locale message was actually an empty string, so we passed this null check variables had no effect, and the defaultMessage is shown in the end with {variable} as in "locale.json".
I don't know what is a right thing to do, but it seems to me that the desired result would be to have variables inserted into defaultMessage as well.
Thanks!