Can not translate 'Let's go to the Dashboard'

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 Can not translate 'Let's go to the Dashboard'

Viewing 6 reply threads
  • Author
    Posts
    • #96036
      marcinzywy
      Participant

      Hi wclovers,

      I use loco translate to translate WCFM, WCFM Ultimate and WCFM Marketplace plugins.

      In Vendor Store Configuration Wizard, on the last page there is a button “Let’s go to the Dashboard”.

      Unfortunately I can not find this string to translate in Loco Translate. Not sure how to add this or translate directly in plugin files?

    • #96422
      WCFM Forum
      Keymaster

      HI,

      We will definitely take care of this in next update.

      But this will be part of WC Frontend Manager plugin’s translation file.

      Thank You

    • #96755
      marcinzywy
      Participant

      Hi, and thanks for your reply.

      I can wait for the next update and then will use loco translate for this.

      However, is there any possibility to make ‘hard coded’ translation of this button or add some script to functions.php for the translation?

      Thank you

    • #96833
      WCFM Forum
      Keymaster

      OK, what you call this button label? Please know me that text, I will give code for the purpose.

    • #97032
      marcinzywy
      Participant

      Hi, thank you for the help

      The button now says “Let’s go to the Dashboard” and I would like to translate it into polish language “Panel Sklepu”.

      Please, see the screenshot.

      Attachments:
      You must be logged in to view attached files.
    • #97237
      WCFM Forum
      Keymaster

      HI,

      Please add this code to your site –

      add_filter( 'wcfm_store_setup_complete_button', function( $button_label ) {
      	$button_label = 'Panel Sklepu';
      	return $button_label;
      });

      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/

      Thank You

    • #97609
      marcinzywy
      Participant

      Brilliant! Thank you.

Viewing 6 reply threads
  • The topic ‘Can not translate 'Let's go to the Dashboard'’ is closed to new replies.