You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For variable substitutions and maybe some other places, we should probably have an option to wrap them as in the Python implementation:
You will notice the extra characters \u2068 and \u2069 in the output. These are Unicode bidi isolation characters that help to ensure that the interpolated strings are handled correctly in the situation where the text direction of the substitution might not match the text direction of the localized text. These characters can be disabled if you are sure that is not possible for your app by passing use_isolating=False to the FluentBundle constructor.
The text was updated successfully, but these errors were encountered:
For variable substitutions and maybe some other places, we should probably have an option to wrap them as in the Python implementation:
The text was updated successfully, but these errors were encountered: