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
I'm looking for the possibility to add default values to interpolation.
For example, I have this key: 'Hello {user}'
And user in my case is optional.
So what I want to add defaultValue formatter.
And my key should look like 'Hello {user, devaultValue, a user}'
And I didn't find out a way to add such formatter.
The text was updated successfully, but these errors were encountered:
I'm looking for the possibility to add default values to interpolation.
For example, I have this key:
'Hello {user}'
And
user
in my case is optional.So what I want to add
defaultValue
formatter.And my key should look like
'Hello {user, devaultValue, a user}'
And I didn't find out a way to add such formatter.
The text was updated successfully, but these errors were encountered: