perpetualKid / GetText.NET

A .NET Standard cross-platform implementation of GNU Gettext
Other
34 stars 11 forks source link

Allow multiple source arguments #38

Closed jorrit closed 2 years ago

jorrit commented 2 years ago

For my application I need to ignore several directories because they contain GetString calls that I don't want to process.

Another way to solve this is to leverage Microsoft.Extensions.FileSystemGlobbing and add exclude patterns to the CLI, but that is something for a maintainer to decide.