Since I've updated the theme, some language strings have disappeared. For example; the "Showing all %d results" string is gone and now i cannot edit that translation. It's neither on woocommerce translation neither on aurum. It was on the previous .pot file. Can you please help?
Starting from WooCommerce 3.0 we are migrating WooCommerce translations to default WooCommerce text domain, not all the strings, but gradually each file as the WooCommerce team releases an update for existing-overwritten templates in our theme.
The string you are talking about is stored on:
aurum/woocommerce/loop/result-count.php and is defined as shown below:
printf( _n( 'Showing the single result', 'Showing all %d results', $total, 'woocommerce' ), $total );
Latest WooCommerce should provide these translations, but in case you don't have them, check if there are any updates for your language pack of WooCommerce plugin. Otherwise, the last thing you can do is manually translate this with Loco Translate on WooCommerce text domain, on plugins section.
Since I've updated the theme, some language strings have disappeared. For example; the "Showing all %d results" string is gone and now i cannot edit that translation. It's neither on woocommerce translation neither on aurum. It was on the previous .pot file. Can you please help?
Hi Eylul,
Starting from WooCommerce 3.0 we are migrating WooCommerce translations to default WooCommerce text domain, not all the strings, but gradually each file as the WooCommerce team releases an update for existing-overwritten templates in our theme.
The string you are talking about is stored on:
aurum/woocommerce/loop/result-count.php and is defined as shown below:
(view large version)
Latest WooCommerce should provide these translations, but in case you don't have them, check if there are any updates for your language pack of WooCommerce plugin. Otherwise, the last thing you can do is manually translate this with Loco Translate on WooCommerce text domain, on plugins section.
I hope this will help you.