Translatepress exclude/include shortcode

Translatepress has this type of shortcode to exclude (or include) certain content from being translated in a specific language

[language-exclude lang="en_US, es_ES"]
Your content here
[/language-exclude]

When I try to use this in Bricks, the “closing” shortcode with the forward slash is displayed as text onn the webpage and this obviously doesn’t work as intended.

How can I get this to work?