jsLingui v2.2.0 Release Notes

Release Date: 2018-07-04 // over 5 years ago
  • πŸ’» Release dedicated to command line interface.

    πŸ†• New Features

    • πŸ”§ Load jsLingui configuration from separate file (#209). Thanks to Vincent Ricard.
    • βž• Add --overwrite option which forces overwrite of translations in minimal format for sourceLocale from source code. (#199)
    • πŸ”Š Order messages in catalogs alphabetically by message ID (#230). Thanks to David Reeß.
    • βž• Add TypeScript extractor (#228). Thanks to Jeow Li Huan.
    • Pass extra Babel options to extractor (#226). Thanks to Jan Willem Henckel.

    πŸ› Bug Fixes

    • 🚚 Mark all messages in file as obsolete when file is completely removed (#235)
    • πŸ‘Œ Support locales with hyphens in cli compile (#231). Thanks to Leonardo Dino.
    • 0️⃣ Extract with format minimal does not set defaults (#222)
    • 0️⃣ Use generated message as a default one in sourceLocale catalog (#212)