Skip to content Skip to sidebar

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: Asia/Singapore (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Kor 1 year, 1 month ago.

Assisted by: Kor.

Author Posts
July 4, 2024 at 1:13 pm #15892146

philippS-64

Background of the issue:
I am using the Stripe plugin by Webtoffe and have translated the strings. The issue can be seen on this page: hidden link

Symptoms:
On the Sepa gateway, the translated strings do not reflect on the front end. Instead of the expected German translation, the text appears in English.

Questions:
Why are the translated strings not appearing on the Sepa gateway?
How can I ensure the translated strings are displayed correctly on the front end?

July 4, 2024 at 2:03 pm #15892673

Kor
WPML Supporter since 08/2022

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for reaching us.

Could you please navigate to WPML > String Translations > Auto register strings for translation > Check this option "Look for strings while pages are rendered" to see if it fixes the issue?

While checking the debug info, I see that the WordPress Memory Limit is below the requirements. The minimum requirements are 128M, but we do recommend 256M and the debug information of your site shows it set to 40M. Please check this link for more details
https://wpml.org/home/minimum-requirements/.
You can increase it by adding the following code in your wp-config.php file, right before the /* That’s all, stop editing! Happy publishing. */ line:

define( 'WP_MAX_MEMORY_LIMIT', '256M' );
define( 'WP_MEMORY_LIMIT', '128M' );

After adding the code you can confirm that the memory was changed correctly from WPML > Support > WordPress > Memory limit.

Also, I noticed that your MySQL version is below the plugin minimum requirements as described at: https://wpml.org/home/minimum-requirements/ . Kindly contact your hosting provider and ask them to update the MySQL version to 5.6+ for you.

The topic ‘[Closed] Stripe local gateway Sepa translation’ is closed to new replies.