Currently when you add @ngx-i18nsupport to a workspace, it just adds or replaces the script extract-i18n to package.json.
When you do it for a second project in the same workspace, it will be overwritten.
Correctly there should be a script for each project:
Currently when you add @ngx-i18nsupport to a workspace, it just adds or replaces the script
extract-i18n
to package.json. When you do it for a second project in the same workspace, it will be overwritten.Correctly there should be a script for each project:
extract-i18n
for default projectextract-i18n-<projectname>
for each other project