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
Hello, thanks a lot! An example is WP Newsletter: https://ww.wp.xz.cn/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
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.
Plugin Author
Ajay
(@ajay)
You’re welcome. I’m happy I finally got that sorted!