biesbjerg / ngx-translate-extract

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

Allow translation files as inputs to prevent duplicate keys in an Angular workspace #256

Open kdbruin opened 2 years ago

kdbruin commented 2 years ago

In my project I have several applications each with their own translation file but also several shared libraries. Each of these libraries also have a translation file and when I run extract on an application, some of library keys are included in the output. Is it possible to add the translation files from the libraries as inputs to prevent duplicates?