I have a French translation.
When looking at the French translation in the admin, after clicking on a slider category, the language in the admin changes back to English.
The following query returns no posts even with the correct category:
$args[‘tax_query’] = array( array( ‘taxonomy’ => ‘wpsisac_slider-category’, ‘field’ => ‘id’, ‘terms’ => $cat) );
$query = new WP_Query($args);