gettext-extractor icon indicating copy to clipboard operation
gettext-extractor copied to clipboard

Extracts gettext phrases from PHP files and Nette Framework templates

Results 2 gettext-extractor issues
Sort by recently updated
recently updated
newest added

Hi, i think this libraray should also support valid multiline ``` {_ 'Part one ' . 'Part two' . 'Part %s . 'Part four' |printf:'three' } ```

Can't extract strings from latte syntax like ``` ('address'|translate) _('address') ``` using this code (in console) ```