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.
相关问题
- Display product ACF field value in Woocommerce tra
- Adding a custom button after add to cart button in
- How to add a “active” class to a carousel first el
- Setting custom order statuses as valid for payment
- change the font size in tag cloud
相关文章
- wordpress新增页面如何个性化设置
- select query in wordpress
- Get WooCommerce featured products in a WP_Query
- Woocommerce update shipping methods in checkout vi
- Magento, translate validation error messages
- Change order status just after payment in WooComme
- Publishing or uploading failed. Error message: “Th
- Facebook Login With WP JWT Auth
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.For content translation in Wordpress, you can chose between those two:
Each one has its strengths and weaknesses…
See: Comparing translation plugins features regarding WooCommerce