My Account How do I use loco translate on my account? I will become a farmer in

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

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

Viewing 5 reply threads
  • Author
    Posts
    • #124655
      Marina-Martens
      Participant

      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.
    • #124658
      Marina-Martens
      Participant

      translated everything with loco but it still occurs

    • #124660
      Marina-Martens
      Participant

      Envo Storefront Theme

    • #124698

      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.

    • #124746
      Marina-Martens
      Participant

      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 german

      if you give me a snippet where I add it envo storefront theme

      thanks

    • #125014

      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.

Viewing 5 reply threads
  • You must be logged in to reply to this topic.