You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace pofile dependency with pofile-ts ^2.2.0
- Use exported types (Item, Headers) instead of manual definitions
- Use fs.writeFile + po.toString() instead of removed po.save()
- Add pofile-ts to Jest transformIgnorePatterns for ESM support
- Add .lingui/ to .gitignore (test cache artifacts)
pofile-ts is a modernized fork with TypeScript support and zero
dependencies (pure parsing/serialization, no filesystem access).
0 commit comments