Home › Forums › WoodMart support forum › translate
translate
- This topic has 6 replies, 2 voices, and was last updated 9 months ago by Hung Pham.
-
AuthorPosts
-
March 18, 2024 at 2:05 am #549783
florimsalihuarchiParticipantI want to change the language in this text but I can’t, Can you help me:
1. I can’t find this article with Loco translate.
2. I changed it in this code but nothing changed:
link: wp-content\themes\woodmart\inc\admin\settings\login.php
———————From this:
Options::add_field(
array(
‘id’ => ‘reg_text’,
‘name’ => esc_html__( ‘Registration text’, ‘woodmart’ ),
‘description’ => esc_html__( ‘Show some information about registration on your web-site’, ‘woodmart’ ),
‘group’ => esc_html__( ‘Registrer’, ‘woodmart’ ),
‘type’ => ‘textarea’,
‘wysiwyg’ => true,
‘section’ => ‘login_section’,
‘default’ => ‘Registering for this site allows you to access your order status and history. Just fill in the fields below, and we\’ll get a new account set up for you in no time. We will only ask you for information necessary to make the purchase process faster and easier.’,
‘priority’ => 30,
)
);To this:
Options::add_field(
array(
‘id’ => ‘reg_text’,
‘name’ => esc_html__( ‘Registration text’, ‘woodmart’ ),
‘description’ => esc_html__( ‘Show some information about registration on your web-site’, ‘woodmart’ ),
‘group’ => esc_html__( ‘Registrer’, ‘woodmart’ ),
‘type’ => ‘textarea’,
‘wysiwyg’ => true,
‘section’ => ‘login_section’,
‘default’ =>
Die Registrierung auf dieser Website ermöglicht Ihnen den Zugriff auf Ihren Bestellstatus und Ihre Bestellhistorie. Füllen Sie einfach die untenstehenden Felder aus, und wir richten für Sie in kürzester Zeit ein neues Konto ein. Wir werden Sie nur nach den Informationen fragen, die für die Beschleunigung und Vereinfachung des Kaufvorgangs erforderlich sind.’,
‘priority’ => 30,
)
);Attachments:
You must be logged in to view attached files.March 18, 2024 at 1:32 pm #549908
Hung PhamKeymasterHi florimsalihuarchi,
Thanks for reaching to us.
Navigate to Theme Settings > My account / Login / Register to change text https://prnt.sc/uu4pCrHm0Bzt
Regards,
March 18, 2024 at 2:46 pm #549959
florimsalihuarchiParticipantThanks, but I can’t find this option, can you send me photos of each step ?
March 18, 2024 at 3:05 pm #549969
florimsalihuarchiParticipantThank you i find that option.
Now i have another question, i have try to find in Loco Translate this word for translate but i cant find:Attachments:
You must be logged in to view attached files.March 18, 2024 at 3:12 pm #549974
Hung PhamKeymasterHi florimsalihuarchi,
+ In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WoodMart Core plugins and WoodMart theme. You can refer to article https://xtemos.com/docs-topic/theme-translation/
+ You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.
Regards,
March 18, 2024 at 3:29 pm #549984
florimsalihuarchiParticipantI did all the right steps but still only this part was not translated.
Attachments:
You must be logged in to view attached files.March 19, 2024 at 6:11 am #550139
Hung PhamKeymasterHi florimsalihuarchi,
My account page is default WooCommerce template, please translate WooCommerce plugin as well.
Let me know how it goes.
Regards,
-
AuthorPosts
Tagged: LOGIN registration-info
- You must be logged in to create new topics. Login / Register