The translate global attribute

The translate attribute allows you to specify whether an element's content should be translated when the page is localized. This is useful for keeping certain content, like brand names or technical terms, consistent across translations.

<footer>
  <small>© 2024 <span translate="no">BrandName</span></small>
</footer>