Magento – How to change text on top links

magento2themetoplinksxml

I am designing a theme in Magento 2 using blank theme as parent theme. I would like to change text on some of the the top links like this:

From "Compare Products 1 items" into "Compare (1)"

From "My Wish List 1 items" into "Wish List (1)"

From "My Cart 1 items" into "Cart (1)"

How do I accomplish that?

Best Answer

In your theme create i18n/en_US.csv with the following

"Compare Products %1 items","Compare (%1)"
"My Wish List %1 items","Wish List (%1)"
"My Cart %1 items","Cart (%1)"

See https://github.com/magento/magento2/tree/develop/app/design/frontend/Magento/luma/i18n