Embedded forms - i18n internationalization

I found my mistake - you have to use {{}} within the , e.g.:

`

{{ 'REQUIRED_FIELD' | translate }}

{{ 1+2 }}

`

Then it works: