Hello, I ran a test with the Theme Check plugin on the theme I’m working on now and here’s what I got:
WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments 'View your shopping cart'
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'woocommerce'
WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'No products found'
WARNING: Found a translation function that has an incorrect number of arguments. Function _n, with the arguments '%s download remaining', '%s downloads remaining', downloads_remaining, 'woocommerce'
The thing is that I’m modyfying Woocommerce templates and for this sake I copy-pasted the template files as advised to avoid losing my changes after Woocommerce update.
Now what should I do with these warnings? Should I leave them the way they are or try to modify them? Will these warnings result in my theme being rejected?