Using POEdit — only search for strings in specific domain
I have created a WordPress theme that I wish to translate. Inside my theme I use some translations from woocommerce (i.e. <?php _('Your cart', 'woocommerce'); ?> ). Theese woocommerce strings, I do not wish to translate again, naturally, as they are already translated. But when I use poedit to scan my theme, of course it will find ALL text domains. So my question is: How can I tell POEdit to only pick up only strings in a specific text domain? __('Something', 'my-text-domain') _e('Something else', 'my-text-domain') I have found this answer: How to get (translatable) strings from specific