1.2.0
What's Changed
Key Features
- Gitignore Support: Automatically respects .gitignore patterns when scanning PO files
- Smart Language Detection: Auto-detects target language from Django/Flask/WordPress folder structures
- Skip Translated Files: New --skip-translated flag to process only untranslated entries
Breaking Change
.gitignore support is now enabled by default. Use --no-gitignore to disable if needed.
Improvements
- Better handling of English source translations
- Fixed duplicate msgid processing
- Enhanced Django special codes handling ({% %}, {{ }})
- Improved plural forms support
Full Changelog: 1.1.1...1.2.0