Announcement

Collapse
No announcement yet.

Translation bottom panel tabs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Translation bottom panel tabs

    Hello,

    is it possible to translate the bottom panel tabs?

    Michael

    Click image for larger version

Name:	image.png
Views:	76
Size:	16.8 KB
ID:	100969

  • #2
    Most likely you are asking about Administration > Entity Manager > Entity_Name > Layouts > Bottom panels > ...Tab-Break > Tab Label:

    Click image for larger version

Name:	image.png
Views:	76
Size:	40.5 KB
ID:	100976
    Click image for larger version

Name:	image.png
Views:	50
Size:	4.1 KB
ID:	100977
    Click image for larger version

Name:	image.png
Views:	49
Size:	8.8 KB
ID:	100978


    Last edited by victor; 12-22-2023, 10:52 AM.

    Comment


    • #3
      If a tab label starts with '$', then the label from 'tabs' category will be used.

      Example:

      The tabel is "$myTab".

      In the language file:

      Code:
      {
          "tabs": {
              "myTab": "My Tab"
          }    
      }

      Comment


      • yuri
        yuri commented
        Editing a comment
        You will need to add the labels to language files of needed languages manually.
    Working...
    X