Can we translate the "entry" content from a structure field?

Hi,

I try this but it doesn’t work:

buttonStructure:
    label: 
      en: Button
      fr: Bouton
    type: structure
    entry: 
      en: >
        <i class="fa fa-icon fa-quote-right"></i><span>Label:</span><strong>{{buttonlabel}}</strong><br>
        <i class="fa fa-icon fa-link"></i><span>Link (URL):</span>{{buttonurl}}<br>
        <i class="fa fa-icon fa-file"></i><span>Page:</span>{{buttonpage}}
      fr: >
        <i class="fa fa-icon fa-quote-right"></i><span>Libellé:</span><strong>{{buttonlabel}}</strong><br>
        <i class="fa fa-icon fa-link"></i><span>Lien (URL):</span>{{buttonurl}}<br>
        <i class="fa fa-icon fa-file"></i><span>Page:</span>{{buttonpage}}
    fields: ...

Is there another way to translate content used in the “entry” structure field?

It looks like this is unfortunately not possible at the moment.

I often make my structure entries label-less (just icons or even just the order of paragraphs, putting stuff in brackets, making important stuff bold etc.).
Of course I see your point that translating entries may often be desirable. Could you please open an issue in the Panel repo?

Thanks for your confirmation. I’ve opened a issue in the Panel repo.