Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › My Account How do I use loco translate on my account? I will become a farmer in
- This topic has 5 replies, 2 voices, and was last updated 4 years, 6 months ago by Sarmistha Chakraborty.
- AuthorPosts
- April 29, 2020 at 5:43 pm #124655Marina-MartensParticipant
Thanks for the greates Support
How do I use loco translate on my account? I will become a farmer in German
thanks
Attachments:
You must be logged in to view attached files. - April 29, 2020 at 5:47 pm #124658Marina-MartensParticipant
translated everything with loco but it still occurs
- April 29, 2020 at 5:50 pm #124660Marina-MartensParticipant
Envo Storefront Theme
- April 29, 2020 at 7:34 pm #124698Sarmistha ChakrabortyMember
Hello,
Your requirement not so clear.
What we understand that you want to change “Become a Vendor” text,
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/add_filter('wcfm_become_vendor_label',function($text){ $text = __( 'Become a Vendor', 'wc-multivendor-marketplace' ); //replace the "Become a Vendor" text as your requirement return $text; });
Thanks.
- April 29, 2020 at 9:40 pm #124746Marina-MartensParticipant
thanks for great support
it says a farmer will be a seller, how do I change that in german
so that there will be a seller of germanif you give me a snippet where I add it envo storefront theme
thanks
- April 30, 2020 at 3:05 pm #125014Sarmistha ChakrabortyMember
Hello,
In our WCFM-Marketplace wc-multivendor-marketplace-de_DE.po was already written translated text for German language.(folder – \wp-content\plugins\wc-multivendor-marketplace\lang).
You don’t need to write any code in your theme,
Go to WP admin dashboard -> Loco translate -> plugins -> WCFM – WooCommerce Multivendor Marketplace -> Select your language(or create your language clicking “new language”) -> search string(like “Become a Vendor”) and translate/change it -> save.
It will work.Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.