WP PolyLang only translates WooCommerce partially

偶尔善良 提交于 2019-12-01 10:16:19

问题


I have created an account page for WooCommerce ([woocommerce_my_account]) and I have PolyLang installed. When I switch from english to another language, it only translates some of the strings - Sign out, Profile settings and Orders. The other remain in english - Dashboard, Downloads, Addresses, etc., even though they are in the same list. I've checked the woocommerce po files for missing translations, but they all seem to be intact. Any help would be appreciated.


回答1:


You can't translate content of posts or pages with something based on .po / .mo files, because it is only for theme or plugin localisation, but not for multi language content.

WP PolyLang will only translates WooCommerce partially, even using Loco Translate plugin.

For content translation in Wordpress, you can chose between those two:

  • Qtranslate free plugin
  • WPML commercial plugin
  • May be there is actually some new other plugins…

Each one has its strengths and weaknesses…


See: Comparing translation plugins features regarding WooCommerce



来源:https://stackoverflow.com/questions/42417293/wp-polylang-only-translates-woocommerce-partially

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!