• Resolved filipbazakas

    (@filipbazakas)


    Hello,
    I am running a multilingual site. I translated the pot file and everything is working great. But the messages string thanslations do not appear in the Polylang string translations. Every other yith plugin I have used worked perfectly with the string translations so I hoped this one would too.

    Is there a solution for that? For example a wpml-config.xml did the job for another plugin I had the same issue.

    Is there any proper solution you could suggest?

    Thank you very much.
    Filippos

    https://www.ads-software.com/plugins/yith-live-chat/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi filipbazakas,
    sorry for the late answer. We could create a wpml-config.xml file and include it in the next update.

    Plugin Author YITHEMES

    (@yithemes)

    Hi @filipbazakas

    if you do not want to wait for the update, to translate customizable messages with WPML you should create a “wpml-config.xml” file in the “/wp-content/plugins/yith-live-chat/” path with the following content:

    <?xml version="1.0"?>
    <wpml-config>
        <admin-texts>
            <key name="yit_live_chat_options">
                <key name="text-chat-title"/>
                <key name="text-welcome"/>
                <key name="text-start-chat"/>
                <key name="text-close"/>
                <key name="text-offline"/>
                <key name="text-busy"/>
            </key>
        </admin-texts>
    </wpml-config>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘String translations’ is closed to new replies.