Damir Calusic
Damir Calusic
I have the same Issue. The post_type_label is not being translated. **Technical** WordPress 5.1 Algolia 2.11.3 WPML 4.2.4.1
I have fixed a temporary solution fix that works great. ``` function shared_attributes(array $attributes, WP_Post $post){ $lang = ''; // WPML is active, set correct language if(function_exists('icl_object_id')){ global $sitepress; $lang...
@yunusga I am not sure sorry.
I made an fix of that which can be found here https://github.com/VaLeXaR/wp-multilang/pull/188/commits/9ec27b4e59abcf5857e9dd0898b28b2b5b8c6357
Hi, I have had the same problem with Facebook for WooCommerce plugin. I have made an Pull request to the Facebook plugin here https://github.com/damircalusic/facebook-for-woocommerce/pull/1
Fix of this has been added to Patch 2.4.2 here https://github.com/VaLeXaR/wp-multilang/pull/188
Hi @CXHub you can downlaod the verison 2.4.3 patch from here https://github.com/damircalusic/wp-multilang/tree/dc-patch-v.2.4.3
Maybe this patch fixes your problem https://github.com/VaLeXaR/wp-multilang/pull/188
I saw that this issue has been fixed in this PR https://github.com/VaLeXaR/wp-multilang/pull/138