wp-multilang icon indicating copy to clipboard operation
wp-multilang copied to clipboard

Woocommerce attributes not working

Open dygon666 opened this issue 4 years ago • 4 comments

Hi, the attributes on WooCommerce are not being translated. There's any solution for this?

dygon666 avatar May 15 '20 08:05 dygon666

Hi. did you setup it in wpm-config.json ?

dm-zw avatar Jun 03 '20 12:06 dm-zw

wp-multilang/includes/wpm-translation-functions.php

Comment strings 386-388

function wpm_translate_term( $term, $taxonomy, $lang = '' ) {

// if ( null === wpm_get_taxonomy_config( $taxonomy ) ) { // return $term; // } ...

aproxis avatar Jul 10 '20 18:07 aproxis

Hi. did you setup it in wpm-config.json ?

How can I check whether wpm-config.json is working? It looks like nothing changes after my updates to it.

aproxis avatar Sep 05 '20 17:09 aproxis

Hi. did you setup it in wpm-config.json ?

How can I check whether wpm-config.json is working? It looks like nothing changes after my updates to it.

Hi, thanks for the hack, although it doesn't fix it, it's better this way) I have 3 languages and the translation in the attributes only works for 2 languages, the 3rd language is replaced by the main one

Screenshot 2021-03-13 at 13 23 42

Doesn't work for more than 2 languages, I currently have 3. Doesn't work only in attribute name, in categories ok

I added in taxonomy my custom attribute in wpm-config.json, but it's not working

aprinciple avatar Mar 12 '21 17:03 aprinciple