Strings are currently translated and passed along as variables into their respective templates. As string data should generally live in views, this should instead be handled via a custom Twig filter which does the proper namespace-sensitive i18n work.
Strings are currently translated and passed along as variables into their respective templates. As string data should generally live in views, this should instead be handled via a custom
Twig
filter which does the proper namespace-sensitive i18n work.