Hello,
I am trying to use something like this in a view:
{{ mb.esc_html__( 'Text to be translated', 'my-domain' ) }},
which shows on a page where the view is included, but doesn't show up in WPML String Translation.
Am I using this function correctly so?