turquoiseowl / i18n

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

Resolve issue where generator was loading the messages.po file when G… #321

Closed tOmoness closed 7 years ago

tOmoness commented 7 years ago

…enerateTemplatePerFile option is set to true.

When the GenerateTemplatePerFile option is set to true we merge every po file into the main messages.po file. This change makes sure we do not load the messages.po file during generation if this option is true.

tOmoness commented 7 years ago

My bad, noticed the latest changes now have a file.IsSet() check in them.