Benoit Alix
Test por , creado hace más de 1 año

Magento 2 Certified Professional Front End Developer Exam Questions

108
0
0
Benoit Alix
Creado por Benoit Alix hace alrededor de 3 años
Cerrar

Magento 2 Certified Professional Front End Developer Exam Questions

Pregunta 1 de 1

1

You are developing a German language theme for the Magento Marketplace named mytheme. In your Magento installation you have a third-party German language package installed.

The theme “mytheme” already contains a mytheme/i18n/de_DE.csv file. The graphic designer wants you to rename the Add to Cart button to make the text shorter.

Keeping upgradability in mind, where do you add the new string?

Selecciona una de las siguientes respuestas posibles:

  • Override the Magento_Catalog/view/frontend/templates/product/view/addtocart.phtml template in mytheme and replace the string.

  • Add the string to mytheme/i18n/de_DE.csv

  • Add the string to the third-party German language package

  • Add the translation to the core_translate database table

Explicación