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
Or there is a way to pass an object instead of a string... but can't see it from the top of my head.
Also, I don't know if it's worth investigating further. I'm saying that because in our project, only 1 or 2 texts are with parameters. All the others are a straight key.
What problem does this feature solve?
As all our texts are localized (because they have to), therefore we have to use the global function $t() for all our text parameters.
What is your idea for solve this issue
We may pass keys directly rather than the localised text.
For instance, insteas of this
we could have
This is true for all components and all the text parameters.
The text was updated successfully, but these errors were encountered: