Hello Magento Community,
I understand the general structure of i18n csv files that is like
<key_hook>,<translation_of_that_key>
but according to https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/theme_dictionary.html#elemen... there is the possibility to add a module restriction.
<key_hook>,<translation_of_that_key>, module, <module_vendor>
"Add to Cart", "Add to Cart", module, Magento_Review
"Add to Cart", "Add to Shopping Cart", module, Magento_Catalog
So far so good. My question is: Can you add other stuff like modules there?
And if so what and how? Is there a complete list or a bigger example handling all / most of other limitations?
Thanks ;3