-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Hi, im using gettext/gettext with this php-scanner but when use the scanner:
$scanner->scanFile($file); $translations = $scanner->getTranslations();
but never find translations, the $file have __('text') inside.
I have initialized the Scanner like:
$scanner = new PhpScanner(); $scanner->setDefaultDomain('domain1');
Any suggestions? Thanks in advance
Metadata
Metadata
Assignees
Labels
No labels