Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
You are trying to translate your entire website using WPML's Automatic Translator, but you encounter issues with some verbs and texts that cannot be translated.
Solution:
We recommend using the String Translation module to translate these specific strings. If this approach does not resolve your issue, or if the solution seems outdated or not applicable to your case, please check the related known issues at https://wpml.org/known-issues/, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If you still need assistance, we encourage you to open a new support ticket at WPML support forum.

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.

This topic contains 4 replies, has 0 voices.

Last updated by Kor 2 months, 3 weeks ago.

Assisted by: Kor.

Author Posts
November 19, 2024 at 10:31 am #16418739

keremO-2

Background of the issue:
I am trying to translate my whole website using WPML's Automatic translator.

Symptoms:
There are some verbs and text that cannot be translated.

Questions:
How to translate that texts.

November 20, 2024 at 12:54 am #16422055

Kor
Supporter

Languages: English (English )

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

Thanks for contacting us. Please try using the String translation https://wpml.org/documentation/getting-started-guide/string-translation/ to translate the strings.

Let me know how it goes.

November 20, 2024 at 7:50 am #16422554

keremO-2

How do i know which domain includes these strings and text?

Capture2.PNG
Capture.PNG
November 20, 2024 at 7:51 am #16422584

keremO-2

Can we solve this problem on live chat?

November 20, 2024 at 11:20 am #16424150

Kor
Supporter

Languages: English (English )

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

Thanks for your reply. You can open a new chat for this. If you wish to continue via email, please share temporary access (WP-Admin and FTP) to a test site where the problem has been replicated, if possible. This will enable me to provide better assistance and determine if any configurations need to be modified.

Please note that it is important to have a backup for security purposes and to prevent any potential data loss. You can use the UpdraftPlus plugin (https://wordpress.org/plugins/updraftplus/) to fulfill your backup requirements.

Your upcoming reply will be treated with confidentiality and will only be visible to you and me.

✙ To resolve the issue, I may need your consent to deactivate and reactivate plugins and the theme, as well as make configuration changes on the site if necessary. This emphasizes the significance of having a backup.

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.