Skip to content

1.2.0

Compare
Choose a tag to compare
@pescheck-bram pescheck-bram released this 13 Aug 14:16
· 5 commits to main since this release
364d42c

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