tolgee / tolgee-cli

The Tolgee CLI
MIT License
15 stars 11 forks source link

Support multiple glob patterns for the extractor #68

Closed Lehoczky closed 6 months ago

Lehoczky commented 7 months ago

Hi there 👋

For larger projects, it is sometimes not possible to have a single glob pattern which describes every source file that should be scanned. It would be great if we could pass multiple patterns to the extractor.

It should be rather easy to implement, since the glob library already supports this. The following snippet is from its readme:

// multiple patterns supported as well
const images = await glob(['css/*.{png,jpeg}', 'public/*.{png,jpeg}'])
github-actions[bot] commented 6 months ago

:tada: This issue has been resolved in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: