Translations
I'm trying to translate several items, such as "address", "phone", "Product added successfully to cart". What I've tried:
- adding the translations to the nl_NL.po file in the child theme's languages folder.
- translating the text directly in woocommerce.php in the child theme (product added successfully to cart).
- adding the translation to the nl_nl.po file in the parent theme's languages folder.
- installing the Loco Translate plugin, and translating it that way, then saving & syncing to the PO and MO files.
None of that works.
The only way I can get it to work is to directly translate the text in the woocommerce.php of the parent theme, and to footer-1.php in the child theme. Editing the parent theme is not something I want to do, because of future updates. What is going wrong here?
URL: https://test.baak.nl
Regards,
Boris