vendure-ecommerce / ngx-translate-extract

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

Sorting is case sensitive #15

Closed yvdv-one closed 12 months ago

yvdv-one commented 1 year ago

In our project we have both keys starting with upper case and lower case characters.

Since using this plugin (8.1.1) the sorting is different from when we used the biesbjerg plugin. All keys starting with a lower case character are moved to the bottom of the file, so the order is no longer alphabetically.

Is it possible to change this to case-insensitive alphabetical sorting?