vendure-ecommerce / ngx-translate-extract

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
MIT License
48 stars 19 forks source link

Make sort sensitivity opt-in and configurable #41

Closed bjarne-callewaert closed 3 months ago

bjarne-callewaert commented 7 months ago

In a recent PR (#35), the sorting of strings was adjusted to be case-insensitive. This is not an option for us, so I made the functionality optional with the parameter --sort-sensitivity. If not provided, the old behavior is re-applied.

The unit tests for the postprocessor so they have been updated and expanded

bjarne-callewaert commented 4 months ago

Thanks for the feedback. I pushed some changes to my initial PR with the proposed additions.

michaelbromley commented 3 months ago

Thank you!

michaelbromley commented 3 months ago

This feature was just published in v9.2.0 👍