- 🇪🇸Spain rodrigoaguilera Barcelona
I just came across this way of translating the string and is quite different from how Drupal core translates string that are defined in a view.
The t() function should always receive a literal strign defined in code, not through configuration. One of the shortcomings of this solution is that a site can be build in a different language than English and therefore the placeholder won't be an English string. The t() function only receives English strings.
I'll open an issue