• Resolved falondrian

    (@falondrian)


    Hello,

    the ‘Heading of posts’ and ‘Custom text’ options in the Output tab do not support multi-language. Can you please add Polylang support, so I can change the text of these settings depending on the currently active language in the admin bar? This is how most plugins do it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Ajay

    (@ajay)

    It’s on the list, but I’m not familiar with PolyLang except testing purposes.

    Can you point me to few of the plugins that you use that has this support. I can see how they implement it

    Thread Starter falondrian

    (@falondrian)

    Hello, thanks a lot! An example is WP Newsletter: https://www.ads-software.com/plugins/newsletter/

    Plugin Author Ajay

    (@ajay)

    Thanks and can you please tell me within there which settings are translatable. I can’t figure out by looking at the code on how they are doing it

    Thread Starter falondrian

    (@falondrian)

    Example:
    – Click List Building -> Subscription Form Fields in Newsletter Plugin top bar
    – Set polylang language in admin bar to language 1
    – Enter field labels
    – Switch polylang language in admin bar to language 2
    – Now you can enter different labels for language 2

    Plugin Author Ajay

    (@ajay)

    Are you able to create a wpml-config.xml file in wp-content/plugins/contextual-related-posts/

    <wpml-config>
        <admin-texts>
            <key name="crp_settings">
                <key name="title" />
                <key name="blank_output_text" />
            </key>
        </admin-texts>
    </wpml-config>
    
    Plugin Author Ajay

    (@ajay)

    I’ve found a solution of this to work with PolyLang. I’ll push a version today or tomorrow with this. Do let me know if it works after you upgrade.

    Plugin Author Ajay

    (@ajay)

    v3.0.6 has been released. Please upgrade and test this.

    Thread Starter falondrian

    (@falondrian)

    Thank you!

    Plugin Author Ajay

    (@ajay)

    You’re welcome. I’m happy I finally got that sorted!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Polylang support for Output tab’ is closed to new replies.