Hello,
problem still exists.
1. “Your selection (1 item)” – is ok. But more than 1 item does not translate.
2. “1 item in the shopping bag” in the cart widget is ok – but more items does not translate.
3. Show “24/48/All” on the shop page – cannot translate “All”.
I’ve tranlated all .po files in neighborhood theme, woocomerce language pack.
Also i’ve replaced the cart.php for the one you have attached.
Maybe there is a problem with some functions?
For example… is this code from cart.php ok
<h3 class="bag-summary"><?php echo sprintf(_n('Your selection <span>(%d item)</span>', 'Your selection <span>(%d items)</span>', $woocommerce->cart->cart_contents_count, 'swiftframework'), $woocommerce->cart->cart_contents_count) ?></h3>
Is the function in it ok?
Please check it out.
Thank You.