turquoiseowl / i18n

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

Optimised i18n IO operations when spliting messages.pot into separate… #317

Closed sms1991 closed 7 years ago

sms1991 commented 7 years ago

… files

From #314, I have added some IO optimization so that when files are split, they are not separately cached and instead the merged messages.po file is the only one that is cached.