Hi Marcin, OK we tick the scan for theme and it works. Just wonder if we able to have text-domain as “group” instead of theme name? Because we found that we cannot have 2 or more same string but with different domain: Eg: it will just show 1 in the admin translation page.
_e(‘String 1’, ‘text-domain-1’);
_e(‘String 1’, ‘text-domain-2’);
_e(‘String 1’, ‘text-domain-3’);