turquoiseowl / i18n

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

quick (not ideal) timestamp fix #331

Closed Sshnyari closed 7 years ago

Sshnyari commented 7 years ago

a propositon for fixing the generated po/pot files timestamp.

Not really optimal. It compares the generated po file and its backup.

It also introduces a change in the ITranslationRepository interface.

fixes #329

turquoiseowl commented 7 years ago

Nice solution, even if not optimal.