• Resolved dkou

    (@dkou)


    Hiya all,

    I need to ask. What is the correct method for wp multilang to translate dynamic strings, not included in .po files ?

    I need to translate the string “Privacy Overview” for the GDPR cookie consent plugin. Shortcode translation [:en][:el][:] doesn’t work in plugin settings and that string does not appear in the .mo .po files of the plugin.

Viewing 1 replies (of 1 total)
  • Thread Starter dkou

    (@dkou)

    figured it out…

    {
    “admin_pages”: [
    “cookielawinfo_page_cookie-law-info-poverview”,
    “cookielawinfo_page_cookie-law-info-necessary”,
    “cookielawinfo_page_cookie-law-info-thirdparty”,
    “cookielawinfo_page_cookie-law-info-policy-generator”,
    “cookielawinfo_page_cookie-law-info”
    ],

    “options”: {
    “cookielawinfo_privacy_overview_content_settings”: {
    “privacy_overview_title” : {},
    “privacy_overview_content” : {}
    },
    “cookielawinfo_necessary_settings”: {
    “necessary_description” : {}
    },
    “cookielawinfo_thirdparty_settings”: {
    “thirdparty_description” : {}
    },
    “CookieLawInfo-0.9”: {
    “button_1_text” : {},
    “button_2_text” : {},
    “button_3_text” : {},
    “button_4_text” : {},
    “bar_heading_text” : {},
    “notify_message” : {},
    “showagain_text” : {}
    }
    }
    }

Viewing 1 replies (of 1 total)

The topic ‘string translation’ is closed to new replies.