Hello I have two project where use CUSTOM BLOCK TYPE.
In Translate is Enabled two language En, Ru.
Enabled Panels add Block Type with already translated. But Block title not translate interface for user. At the moment i translate via JS( yes i am crazy), i can't find your Api for panels in documentation to translate manual title ( sorry :( ).
Custom Block is checked in Content Language and Interface.

Comments

Regnoy created an issue. See original summary.

andypost’s picture

Priority: Normal » Major

confirm the bug, also checked that schema for blocks are defined right (twice actually in ctools & PM)

DamienMcKenna’s picture

Version: 8.x-3.x-dev » 8.x-4.x-dev
rutiolma’s picture

I managed to translate block titles in panels by:

  • overriding the block title in panels
  • go to config translation page > page variant (/admin/config/regional/config-translation/page_variant)
  • select the variant to translate
  • select the language to translate to and set translations

I guess this may be closed

stephenrodrigo@yahoo.com’s picture

I had the same issue.
This patch fixed it - Multilingual support for Panelizer

dravenk’s picture

reply https://www.drupal.org/project/panels/issues/2824556#comment-12333050
Thanks for the solution, but getting around the bug is not solving the problem completely

joseph.olstad’s picture

noticed this as well, workaround is mentioned above in comment #4
we're going to try this workaround, thanks.