turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

Add option to generate a pot file per file scanned by the PostBuild g… #314

Closed tOmoness closed 7 years ago

tOmoness commented 7 years ago

…enerator

When using the current solution for a very large project the size of the pot/po files can become quite hard to manage and collaboration can be a bit awkward, so a solution to this issue was to have the ability for the PostBuild generator to build a template file per file scanned and then scan for any po files created for those templates and merge them into the main messages.po file.

Added the ability to do this in the form of a config option, so it can be enabled or disabled easily.

turquoiseowl commented 7 years ago

Looks good thanks.