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

fix: Fix alphabetical order of extracted keys #35

Closed pmpak closed 12 months ago

pmpak commented 12 months ago

Addresses the issue when the --sort flag is used, where keys with lowercase characters were incorrectly positioned at the bottom of the file after keys with uppercase characters, breaking the alphabetical order.

Closes #15

michaelbromley commented 12 months ago

Thank you!