-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing ng xi18n parameters --locale and --outFile #5145
Comments
ocombe
changed the title
Missing ng xi18n parameters
Missing ng xi18n parameters --locale and --outFile
Mar 1, 2017
ocombe
added a commit
to ocombe/angular-cli
that referenced
this issue
Mar 1, 2017
ocombe
added a commit
to ocombe/angular-cli
that referenced
this issue
Mar 1, 2017
ocombe
added a commit
to ocombe/angular-cli
that referenced
this issue
Mar 1, 2017
ocombe
added a commit
to ocombe/angular-cli
that referenced
this issue
Mar 1, 2017
hansl
pushed a commit
that referenced
this issue
Mar 2, 2017
asnowwolf
pushed a commit
to asnowwolf/angular-cli
that referenced
this issue
Apr 12, 2017
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Versions.
@angular/cli: 1.0.0-rc.0
node: 6.9.5
os: win32 x64
@angular/animations: 4.0.0-rc.1
@angular/cli: 1.0.0-rc.0
@angular/common: 4.0.0-rc.1
@angular/compiler: 4.0.0-rc.1
@angular/compiler-cli: 4.0.0-rc.1
@angular/core: 4.0.0-rc.1
@angular/forms: 4.0.0-rc.1
@angular/http: 4.0.0-rc.1
@angular/material: 2.0.0-beta.2
@angular/platform-browser: 4.0.0-rc.1
@angular/platform-browser-dynamic: 4.0.0-rc.1
@angular/platform-server: 4.0.0-rc.1
@angular/router: 4.0.0-rc.1
Repro steps.
We added 2 new parameters to ng-xi18n in angular 4.0.0-rc.1:
--outFile
that lets you choose the name of the generated file (instead of messages.xlf/xmb), see feat(compiler-cli): add option to ng-xi18n to specify the source lang… angular#14537--locale
that lets you specify the default locale of your application (instead of "en"), see feat(compiler-cli): add option to ng-xi18n to specify the source lang… angular#14537Those parameters are currently missing in the cli with the command
ng xi18n
. You can see that when using the following command:The log given by the failure.
Mention any other details that might be useful.
/!\ Those parameters are only for v4, they have not been backported to v2
The text was updated successfully, but these errors were encountered: