docs: update i18n with requested changes (#24875)

use more general project name in code example

PR Close #24875
This commit is contained in:
Marius Lichtblau 2018-07-16 19:41:19 +02:00 committed by Victor Berchet
parent 7ebd8e59a8
commit 70b51a6255
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ You also need to instruct the AOT compiler to use your translation configuration
"configurations": {
...
"fr": {
"browserTarget": "angular.io-example:build:fr"
"browserTarget": "*project-name*:build:fr"
}
}
}