Hi,
Unfortunately I don’t understand how WPML works for my plugin strings… I tried to follow documentation and added a wpml-config.xml
file in the root of my plugin, but it shows keys and not values.
Here is the content if someone knows how to make that work:
<wpml-config>
<custom-fields>
<custom-field action="translate">_wcsfw_wash</custom-field>
<custom-field action="translate">_wcsfw_washing_temp</custom-field>
<custom-field action="translate">_wcsfw_wash_cycle</custom-field>
<custom-field action="translate">_wcsfw_bleach</custom-field>
<custom-field action="translate">_wcsfw_dry</custom-field>
<custom-field action="translate">_wcsfw_iron</custom-field>
<custom-field action="translate">_wcsfw_dry_clean</custom-field>
<custom-field action="translate">_wcsfw_drying</custom-field>
<custom-field action="translate">_wcsfw_chemical_cleaning</custom-field>
<custom-field action="translate">_wcsfw_wet_cleaning</custom-field>
</custom-fields>
</wpml-config>