Hi @nanera,
To translate the strings and the {{products.cart}} merge tag present in our plugin, you will need to translate the strings to another language using the .po and .mo files we provide in our plugin.
?
You can generate “.po” and “.mo” files to another language which will include the translated strings of the text of the abandoned cart reminder email using the PoEdit tool. And the same files you would need to add in the “woocommerce-abandoned-cart/i18n/languages” folder of your website.
?
Below are the instructions which you can follow to translate it into your localized language.
1) Download the woocommerce-abandoned-cart.po file, translate the strings in some translator(example poedit tool).
2) Save the file with the required language code suffix(for example: fr_FR.po) which in turn will generate the .mo file(fr_FR). After saving, the .po and .mo files are ready to use.
3) Upload those files at “woocommerce-abandoned-cart/i18n/languages” folder of our plugin and also, in the “wp-content/languages” folder.
?
Please check and feel free to let us know if you have any further questions.
Regards,
Priyanka