Skip to content

Commit

Permalink
WC: fix product attributes translations (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
spleen1981 authored Mar 31, 2022
1 parent 7bcbede commit 8d5391b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/woo-commerce/qwc-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ function qtranxf_wc_add_filters_admin() {
foreach ( $email_common as $name => $priority ) {
add_filter( $name, 'qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage', $priority );
}

add_filter( 'woocommerce_attribute_taxonomies' , 'qtranxf_useCurrentLanguageIfNotFoundUseDefaultLanguage' );
}

qtranxf_wc_add_filters_admin();
Expand Down

0 comments on commit 8d5391b

Please sign in to comment.