How to translate specific string
-
Hi,
Could you please inform me how can I translate via Loco Translate the following string of my woocommerce account panel:
“This will be how your name will be displayed in the account section and in reviews”
Waiting for your advice.
Attachments:
You must be
logged in to view attached files.
Hi,
This text seems to be related to some of the installed plugins since it is not a part of our theme or WooCommerce.
Regards
Hi,
I have made a test and deactivated all the plugins except WooCommerce and Woodmart Core and the text is still appeared at the account details (under display name) of My Account panel.
Could you please investigate this further?
Check my attached screenshots too.
Attachments:
You must be
logged in to view attached files.
Please, provide your admin access.
Hi,
Please check my credentials.
Thank you.
Hi,
After syncing the text was appeared indeed.
However while trying to translate it, I get the following error:
“Error: 413 Request Entity Too Large. Check console output for debugging information”
Check my attached screenshot. Why does this happen?
Attachments:
You must be
logged in to view attached files.
It seems to be your server issue since it doesn’t allow to send so many data with POST request. You need to increase this limit. Contact your hosting provider for help in this question.
Thank you for the advice, the issue was finally fixed after adding the following rule to my htaccess file:
<IfModule mod_security.c>
<FilesMatch “admin-ajax\.php$”>
SecFilterScanPOST Off
</FilesMatch>
</IfModule>
The topic ‘How to translate specific string’ is closed to new replies.