UI text in layout-paragraphs-builder-formatter.html.twig not translatable.

Created on 5 June 2025, about 2 months ago

Problem/Motivation

In layout-paragraphs-builder-formatter.html.twig there is a line of text that is not translatable in the translation interface.

  <div class="lpb-enable__empty-message">
    <p>
      You haven't created any {{ field_label }} yet.
      <a class="lpb-enable-button use-ajax" href="{{link_url}}">{% trans %}Start creating {{ field_label }}.{% endtrans %}</a>
    </p>
  </div>

Proposed resolution

Change You haven't created any {{ field_label }} yet. to

{% trans %}You haven't created any {{ field_label }} yet.{% trans %}

📌 Task
Status

Active

Version

2.0

Component

Miscellaneous

Created by

🇩🇪Germany rogerpfaff Munich

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024