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
We are using i18n but we changed the default interpolation matchers from "My name is {{firstName}}" to "My Name is [[firstName]]", so now the variables also get translated.
This is a feature the i18n offers out of the box to be able to select custom matchers.
Is there a way to handle this?
The text was updated successfully, but these errors were encountered:
We are using i18n but we changed the default interpolation matchers from "My name is {{firstName}}" to "My Name is [[firstName]]", so now the variables also get translated.
This is a feature the i18n offers out of the box to be able to select custom matchers.
Is there a way to handle this?
The text was updated successfully, but these errors were encountered: