Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E720 Topic 8 Question 38 Discussion

Actual exam question for Adobe's AD0-E720 exam
Question #: 38
Topic #: 8
[All AD0-E720 Questions]

In which folder can a custom theme favicon be added?

Show Suggested Answer Hide Answer
Suggested Answer: B

To add the text Happy Birthday. to be translated inside an .html template, the developer should use the i18n binding. This binding allows the developer to specify the text as a string literal and translate it using the Magento translation mechanism. For example:

<span data-bind=''i18n: 'Happy Birthday.'''></span>

This will render the text as it is, or translate it if a translation file is available for the current locale. The i18n binding can also accept variables or expressions as arguments. For example:

<span data-bind=''i18n: name + ' Happy Birthday.'''></span>

This will render the text with the value of name variable, or translate it if a translation file is available for the current locale. The Mil8n and il8n bindings are not valid and will not work, as they are misspelled and do not match the knockout binding syntax. Reference: [Knockout bindings], [i18n binding]


Contribute your Thoughts:

Lavera
5 hours ago
I'm not sure, but I think it could also be in folder C) /assets/images. It makes sense to keep all images in one place.
upvoted 0 times
...
Dorthy
5 days ago
I believe it should be in folder B) /Magento_Theme/web/ because that's where the theme assets are usually stored.
upvoted 0 times
...
Werner
7 days ago
I think the custom theme favicon can be added in folder A) /web/
upvoted 0 times
...

Save Cancel