Hi filipbazakas,
sorry for the late answer. We could create a wpml-config.xml file and include it in the next update.
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>