Hi, I’m trying to access the default theme locales in my theme app extension’s app block. If I try the following I get an translation missing error:
{{ 'customer.login_page.email' | t }}
Is there a way to access the locales or assets in general from the user’s theme in a theme app extension?