Closed walbo closed 9 years ago
Both x-poedit-searchpath and x-poedit-searchpathexcluded can have multiple headers. Do a global search and fixed case-sensitivity.
Ex.
'x-poedit-searchpathexcluded-0': 'vendor', 'x-poedit-searchpathexcluded-1': 'assets',
This will work with the new regex but failed with the old.
Thanks for the PR @walbo!
Both x-poedit-searchpath and x-poedit-searchpathexcluded can have multiple headers. Do a global search and fixed case-sensitivity.
Ex.
This will work with the new regex but failed with the old.