Home Forums Basel support forum I need to translate the "additional tab content" field

I need to translate the "additional tab content" field

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10209

    Giulio
    Participant

    Hi guys,

    I’m searching to translate the field “additional tab content”, but I didn’t found on string translate. How I can do that please?

    Thank you.

    #10216

    Artem Temos
    Keymaster

    Hi,

    Try to replace wpml-config.xml file content with the following code to fix this

    <wpml-config>
        <custom-types>
            <custom-type translate="1">cms_block</custom-type>
            <custom-type translate="1">portfolio</custom-type>
            <custom-type translate="0">basel_sidebar</custom-type>
        </custom-types>   
        <taxonomies>
            <taxonomy translate="1">categories</taxonomy>
            <taxonomy translate="1">project-cat</taxonomy>
            <taxonomy translate="1">tag</taxonomy>
        </taxonomies>  
        <admin-texts>
            <key name="basel_options">
                <key name="logo" />
                <key name="logo_width" />
                <key name="header_text" />
                <key name="header_area" />
                <key name="popup_text" />
                <key name="reg_text" />
                <key name="cookies_text" />
                <key name="empty_cart_text" />
                <key name="copyrights" />
                <key name="copyrights2" />
                <key name="prefooter_area" />
                <key name="additional_tab_title" />
                <key name="additional_tab_text" />
            </key>
        </admin-texts>  
        <custom-fields>
            <custom-field action="translate" label="Extra content">_basel_extra_content</custom-field>
        </custom-fields>  
    </wpml-config>

    Regards

    #10281

    Giulio
    Participant

    WPML told me an easier way to translate as string. Thank you!

    #10286

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘I need to translate the "additional tab content" field’ is closed to new replies.