how do I fix translation missing error on my logos?

how do I fix translation missing error on my logos?

mborregales
Tourist
4 0 1

I have these logos on the page, and I can't name them for some reason. Their names are replaced with this text "t:sections.logo-list.blocks.logo.settings.text.label" and in the boxes where their names would be typed it says "missing translation: t:sections.logo-list.blocks.logo.settings.text.label". 

mborregales_0-1720554185675.pngmborregales_1-1720554219798.png

 

Replies 2 (2)

Small_Task_Help
Shopify Partner
1103 51 108

Hi,

 

It seems like need to add a translation key in json files (Local  files)

 

An example of an entry needs to be added at the local file

 

{
  "sections": {
    "logo-list": {
      "blocks": {
        "logo": {
          "settings": {
            "text": {
              "label": "Logo Name"
            }
          }
        }
      }
    }
  }
}

 

 

 

 

To Get Shopify Experts Help, Click Here or E-mail - hi@ecommercesmalltask.com
About Us - We are Shopify Expert India
At Google My Business - Ecommerce Small Task - Hire Shopify Developers Ahmedabad
mborregales
Tourist
4 0 1

Thank you but I fixed it by rewriting my code, the problem was that there was no actual instruction for the objects i made 💀