Plugin is not parsing _nx() string translations
-
Hi there,
first of all thanks for great plugin. I’ve been using it for years.Second of all – there seems to be an issue, that loco translate by default is not searching for
_nx()
translation strings, therefor you need to add this function manually in settings. It took me a while until I figured out that WooCommerce stringprintf( _nx( 'Showing %1$d–%2$d of %3$d result', 'Showing %1$d–%2$d of %3$d results', $total, 'with first and last result', 'woocommerce' ), $first, $last, $total );
cannot be parsed because the function is not defined within Loco or plugin config by default. After manually adding_nx
to parsable functions I got around1867
new non-translated WooCommerce strings, which is a lot of unread translation strings in my opinion (enough to post support topic :D).Hope this helps and you’ll add it as default function.
- The topic ‘Plugin is not parsing _nx() string translations’ is closed to new replies.