Translating Page Builder Content
It's possible to translate page builder content. Most of it works by just adding strings to your translation file, as described in our translation documentation.
Some blocks require special handling.
Title
The title block requires this type of string in your translation file:
"<h2 class=\"block-title\">Title goes here</h2>": "<h2 class=\"block-title\">Translated title goes here</h2>"
Try these variations
If you are having a hard time translating a string of text from the page builder tools - the issue maybe the appearance of the content.
For Example: In the Page Builder Tools you might find a button that has text reading as "Post Activity". However, the actual text you would translate would be "Post activity".
Here are some versions for your translation files:
"post activity": "......", "Post activity": "......", "Post Activity": "......", "POST ACTIVITY": "......",