Thread Starter
multon
(@multon)
Hello, any update on this question? Thanks!
Thread Starter
multon
(@multon)
Sure, like I mentioned previously, in the plugin settings, you have “General settings” and “Translation settings” – there you can edit different labels and set you own texts for these labels. All these labels are not visible under plugin strings in WPML or Loco translate.
Let me show you the code examples as well. For example, texts like this: <?php esc_html_e(‘Already Added into Cart! View Cart’, ‘mage-eventpress’); ?> are visible in the WPML strings and can be translated. And following texts: <?php echo esc_html($cart_btn_label); ?> are not visible in strings.
Thread Starter
multon
(@multon)
I can translate all the strings with WPML as well. But the problem is, that there are dynamic texts, that you can change in the module settings, they are not visible under the strings translation.