You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
17
Description
I have a multi-project workspace with 2 applications and 1 library, which uses all i18n. In angular 17 I could simply execute ng extract-i18n and all translations from all applications and the library were extracted in one single file.
After updating to version 18 and executing ng extract-i18n the following message appears:
Error: Cannot determine project for command.
This is a multi-project workspace and more than one project supports this command. Run "ng extract-i18n [project]" to execute the command for a specific project or change the current working directory to a project directory.
Available projects are:
application1
application2
So I have to extract the translations from each single application and the library isn't supported anymore?
Command
extract-i18n
Is this a regression?
The previous version in which this bug was not present was
17
Description
I have a multi-project workspace with 2 applications and 1 library, which uses all i18n. In angular 17 I could simply execute
ng extract-i18n
and all translations from all applications and the library were extracted in one single file.After updating to version 18 and executing
ng extract-i18n
the following message appears:So I have to extract the translations from each single application and the library isn't supported anymore?
Minimal Reproduction
ng extract-i18n
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: