Home Forums WoodMart support forum various place has text not in translation file

various place has text not in translation file

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #483591

    qtwrk555
    Participant

    Hi,

    it looks like some text is not in translation .po file , please check

    for example, wp-content/themes/woodmart/inc/admin/settings/login.php

     31 Options::add_field(
     32         array(
     33                 'id'          => 'reg_text',
     34                 'name'        => esc_html__( 'Registration text', 'woodmart' ),
     35                 'description' => esc_html__( 'Show some information about registration on your web-site', 'woodmart' ),
     36                 'group'    => esc_html__( 'Registrer', 'woodmart' ),
     37                 'type'        => 'textarea',
     38                 'wysiwyg'     => true,
     39                 'section'     => 'login_section',
     40                 '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.',
     41                 'priority'    => 30,
     42         )
     43 );
     44
    #483791

    Hello,

    Please use the Loco translate plugin on your site. After installing the plugin please Navigate to Loco >> Themes >> Woodmart >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    Also, please Navigate to Loco >> Plugins >> Woocommerce >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    Also, please Navigate to Loco >> Plugins >> Woodmart-Core >> Edit the translation which you are using for the site >> Click the Sync button >> Find the words and add the translation for them and save it.

    https://wordpress.org/plugins/loco-translate/

    Note:
    1. Custom (recommended)
    2. This is Loco’s protected folder under “wp-content/languages/loco/” which is safe from automatic updates and provides priority over the above locations.
    https://localise.biz/wordpress/plugin/manual/msginit?utm_medium=plugin&utm_campaign=wp&utm_source=admin&utm_content=plugin-msginit#order
    If this folder doesn’t exist you may need to create it and ensure it has the correct permissions.
    https://localise.biz/wordpress/plugin/manual/filesystem

    If the issue still exists then please send me the WP admin login details of your site so I will check and solve the issue for you.

    For more information please read the theme documentation here:
    https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)